mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 11:32:13 +00:00
Fixed accidentally broken identation
This commit is contained in:
parent
a29bfdf912
commit
0366d6cb83
@ -131,7 +131,7 @@ Matrix32 Camera2D::get_camera_transform() {
|
||||
}
|
||||
|
||||
|
||||
Point2 screen_offset = (centered ? (screen_size * 0.5 * zoom) : Point2());;
|
||||
Point2 screen_offset = (centered ? (screen_size * 0.5 * zoom) : Point2());;
|
||||
screen_offset+=offset;
|
||||
|
||||
float angle = get_global_transform().get_rotation();
|
||||
|
Loading…
Reference in New Issue
Block a user