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 d90b871a9d
commit 59066bad0c

View file

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