mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
match drawn fps to tick rate always, except for when vsync
This commit is contained in:
parent
d90b871a9d
commit
59066bad0c
1 changed files with 3 additions and 0 deletions
|
|
@ -176,6 +176,9 @@ class Main extends hxd.App {
|
||||||
}
|
}
|
||||||
super.render(e);
|
super.render(e);
|
||||||
ProfilerUI.end(0);
|
ProfilerUI.end(0);
|
||||||
|
#if hl
|
||||||
|
e.driver.present();
|
||||||
|
#end
|
||||||
}
|
}
|
||||||
|
|
||||||
static function main() {
|
static function main() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue