Skip to content

Commit 45fa181

Browse files
committed
update
1 parent 8af13b9 commit 45fa181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/src/editor/viewport/cameracontroller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ void CameraController::doRotation(const Vector3 &vector) {
293293

294294
void CameraController::cameraZoom(float delta) {
295295
if(m_activeCamera) {
296-
Transform *t = m_activeCamera->transform();
297296
float scale = delta * 0.01f;
298297

299298
if(m_activeCamera->orthographic()) {

0 commit comments

Comments
 (0)