[orx-camera] Fix rotation issue 373

This commit is contained in:
Abe Pazos
2025-09-01 10:07:47 +02:00
parent e1c1165d06
commit 738d3376d4

View File

@@ -125,7 +125,7 @@ class Camera2D : Extension, ChangeEvents {
translate(rotationCenter)
rotate(angle)
translate(-rotationCenter)
}
} * view
}
/**