glide2x, tests: initialize firstTime to 1 instead of 0.

This commit is contained in:
sezero
2018-08-22 22:20:10 +03:00
parent e649ca4613
commit a4a70bba5b
3 changed files with 3 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ int main( int argc, char **argv) {
y_angle = 0.0f; /* rotation amount */
int
firstTime = 0; /* Used for performance calculations */
firstTime = 1; /* Used for performance calculations */
GrPassthruMode_t
passthruMode = GR_PASSTHRU_SHOW_SST1; /* For toggling passthru */

View File

@@ -190,7 +190,7 @@ int main( int argc, char **argv) {
y_angle = 0.0f; /* rotation amount */
int
firstTime = 0; /* Used for performance calculations */
firstTime = 1; /* Used for performance calculations */
GrPassthruMode_t
passthruMode = GR_PASSTHRU_SHOW_SST1; /* For toggling passthru */

View File

@@ -190,7 +190,7 @@ int main( int argc, char **argv) {
y_angle = 0.0f; /* rotation amount */
int
firstTime = 0; /* Used for performance calculations */
firstTime = 1; /* Used for performance calculations */
GrPassthruMode_t
passthruMode = GR_PASSTHRU_SHOW_SST1; /* For toggling passthru */