Skip to content

Commit

Permalink
Fix rotation
Browse files Browse the repository at this point in the history
Project converted bug. Should be fixed by godotengine/godot#79264
  • Loading branch information
OverloadedOrama committed Jul 18, 2023
1 parent 1545592 commit 203bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Canvas/CameraMovement.gd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func _ready() -> void:
set_zoom_max_value()
zoom_changed.connect(_zoom_changed)
rotation_changed.connect(_rotation_changed)
ignore_rotation = true # reversed "rotating" for Camera2D
ignore_rotation = false
viewport_container = get_parent().get_parent()
transparent_checker = get_parent().get_node("TransparentChecker")
update_transparent_checker_offset()
Expand Down

0 comments on commit 203bbdb

Please sign in to comment.