Chen Zirui
/
ELEC2645_Project_el18zc
Chen Zirui Project 201235448
Diff: main.cpp
- Revision:
- 8:5f0190b282f7
- Parent:
- 7:f61ac963eb07
--- a/main.cpp Fri May 29 02:55:37 2020 +0000 +++ b/main.cpp Fri May 29 03:12:14 2020 +0000 @@ -37,7 +37,7 @@ if(number_of_failures > 0) return number_of_failures; #endif int fps = 6; // frames per second - init(); ` // initialise + init(); // initialise welcome(); // welcome screen for user to start render(); // first draw the initial frame wait(1.0f/fps); // and wait for one frame period