Final cleanup

This commit is contained in:
MusicalProgrammer
2018-06-01 21:35:32 -04:00
parent 6730ddc7bc
commit 636d39bd2d
2 changed files with 0 additions and 5 deletions

View File

@@ -5,8 +5,6 @@
#include "Demo.h"
#include "AudioPlayer.h"
// TODO: FIX PAN AND TILT
CameraController::CameraController(){
yaw=0;
pitch=0;
@@ -193,4 +191,3 @@ void CameraController::update(Demo* demo)
}
g3dCamera.setCoordinateFrame(frame);
}