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
b10ca031a8
commit
456ddd9da9
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ class Main extends hxd.App {
|
|||
}
|
||||
super.render(e);
|
||||
ProfilerUI.end(0);
|
||||
#if hl
|
||||
e.driver.present();
|
||||
#end
|
||||
}
|
||||
|
||||
static function main() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue