Removed unnecessary code

This commit is contained in:
andreja6
2018-04-28 20:16:48 -07:00
parent 9ba0db1ab9
commit c3b9e1f6c8

View File

@@ -901,9 +901,6 @@ void Demo::onSimulation(RealTime rdt, SimTime sdt, SimTime idt) {
cameraPos = camerapoint; cameraPos = camerapoint;
app->debugController.setCoordinateFrame(newFrame); app->debugController.setCoordinateFrame(newFrame);
//float xang, yang, zang;
//app->debugCamera.getCoordinateFrame().rotation.toEulerAnglesXYZ(xang, yang, zang);
} }
if(tiltUp) if(tiltUp)
{ {