fix formatting

This commit is contained in:
James Sanford 2013-02-16 17:52:16 -08:00
parent 49bda51656
commit e757179683
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}