mirror of
https://github.com/jamessanford/kegs.git
synced 2025-04-16 00:38:05 +00:00
fix formatting
This commit is contained in:
parent
49bda51656
commit
e757179683
@ -619,7 +619,7 @@ void x_release_kimage(Kimage* kimage_ptr)
|
||||
// OG Addding ratio
|
||||
int x_calc_ratio(float x,float y)
|
||||
{
|
||||
// NOTE: This is a little bit slower, but is consistent time with each frame update.
|
||||
// NOTE: This is a little bit slower, but is consistent time with each frame update.
|
||||
// Using this looks better as sleep() successfully syncs up with 1/60sec updates.
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user