mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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