match drawn fps to tick rate always, except for when vsync

This commit is contained in:
RandomityGuy 2025-02-14 21:22:53 +05:30
parent b10ca031a8
commit 456ddd9da9

View file

@ -188,6 +188,9 @@ class Main extends hxd.App {
}
super.render(e);
ProfilerUI.end(0);
#if hl
e.driver.present();
#end
}
static function main() {