We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af13b9 commit 45fa181Copy full SHA for 45fa181
engine/src/editor/viewport/cameracontroller.cpp
@@ -293,7 +293,6 @@ void CameraController::doRotation(const Vector3 &vector) {
293
294
void CameraController::cameraZoom(float delta) {
295
if(m_activeCamera) {
296
- Transform *t = m_activeCamera->transform();
297
float scale = delta * 0.01f;
298
299
if(m_activeCamera->orthographic()) {
0 commit comments