rogueviz::ads:: fix to scalefactor

This commit is contained in:
Zeno Rogue
2025-02-24 11:45:12 +01:00
parent 407c3b20b9
commit 158141e568
+1 -1
View File
@@ -108,9 +108,9 @@ void run_ads_game() {
if(hybrid::csteps) {
stop_game();
hybrid::csteps = 0;
hybrid::reconfigure();
}
run_size_hooks();
hybrid::reconfigure(); // we need to reconfigure to take scalefactor change into account
run_ads_game_hooks();
start_game();