Skip to content
Snippets Groups Projects
Commit 0ca964be authored by Julius Nehring-Wirxel's avatar Julius Nehring-Wirxel
Browse files

Append line that got lost during previous commit

parent 5f722d4d
No related branches found
No related tags found
No related merge requests found
......@@ -255,6 +255,7 @@ void ViewerApp::updateCamera(float dt)
dFwd += int(mKeyW) * speed;
dFwd -= int(mKeyS) * speed;
dUp += int(mKeyE) * speed;
dUp -= int(mKeyQ) * speed;
auto& cam = cameraAtPosition(tg::ipos2(mLastX, mLastY));
cam.moveCamera(dRight, dFwd, dUp, 0.f, dt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment