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 } /**