Skip to content

Commit dbd046b

Browse files
committed
Fix curr game data not cleared on theme reload
1 parent ee96e6e commit dbd046b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/RetroHub.gd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ func _load_theme():
8888
print("Config is ready, parsing metadata...")
8989
var systems : Dictionary = RetroHubConfig.systems
9090
var games : Array = RetroHubConfig.games
91+
92+
curr_game_data = null
9193

9294
_theme_processing_done = false
9395
emit_signal("_theme_unload")

0 commit comments

Comments
 (0)