From 738d3376d46631021ffdba9c64e4c225f8f0a071 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Mon, 1 Sep 2025 10:07:47 +0200 Subject: [PATCH] [orx-camera] Fix rotation issue 373 --- orx-camera/src/commonMain/kotlin/Camera2D.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orx-camera/src/commonMain/kotlin/Camera2D.kt b/orx-camera/src/commonMain/kotlin/Camera2D.kt index 8f93b23b..1c868fc1 100644 --- a/orx-camera/src/commonMain/kotlin/Camera2D.kt +++ b/orx-camera/src/commonMain/kotlin/Camera2D.kt @@ -125,7 +125,7 @@ class Camera2D : Extension, ChangeEvents { translate(rotationCenter) rotate(angle) translate(-rotationCenter) - } + } * view } /**