Sample Scene for Project Discussion with TA
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ bool HandleButtonPressed() {
|
||||
|
||||
void CALLBACK FixedUpdate(HWND hwnd, UINT message, UINT uInt, DWORD dWord)
|
||||
{
|
||||
TIME += 0.03333333;
|
||||
TIME += 1.f / (float)TARGET_FRAMERATE;
|
||||
HandleButtonPressed();
|
||||
camera.ApplyChanges();
|
||||
clock_t start = clock();
|
||||
|
||||
Reference in New Issue
Block a user