Sample Scene for Project Discussion with TA

This commit is contained in:
2019-12-29 23:39:33 +02:00
parent 5dd2de5d77
commit 9a2f6129bc
18 changed files with 960856 additions and 27 deletions
+1 -1
View File
@@ -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();