Fix allignment issue
This commit is contained in:
parent
cb9b6bc569
commit
b6b3039459
|
@ -123,8 +123,8 @@ void HandleDestroy()
|
|||
#endif
|
||||
|
||||
float DeltaFrameTime = 0;
|
||||
double Now = 0;
|
||||
int is_suspended = 0;
|
||||
double Now = 0;
|
||||
int is_suspended = 0;
|
||||
int lastfps;
|
||||
short screenx, screeny;
|
||||
|
||||
|
|
Loading…
Reference in a new issue