You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix editor one-click icons not showing.
This commit is contained in:
@@ -647,8 +647,8 @@ bool EditorExportPlatformWeb::poll_export() {
|
||||
return remote_debug_state != prev_remote_debug_state;
|
||||
}
|
||||
|
||||
Ref<ImageTexture> EditorExportPlatformWeb::get_option_icon(int p_index) const {
|
||||
Ref<ImageTexture> play_icon = EditorExportPlatform::get_option_icon(p_index);
|
||||
Ref<Texture2D> EditorExportPlatformWeb::get_option_icon(int p_index) const {
|
||||
Ref<Texture2D> play_icon = EditorExportPlatform::get_option_icon(p_index);
|
||||
|
||||
switch (remote_debug_state) {
|
||||
case REMOTE_DEBUG_STATE_UNAVAILABLE: {
|
||||
|
||||
Reference in New Issue
Block a user