You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Fix Parallax2D repeats being not relative to its transform
(cherry picked from commit 1bd8372813)
This commit is contained in:
@@ -364,6 +364,7 @@ public:
|
||||
bool repeat_source;
|
||||
Point2 repeat_size;
|
||||
int repeat_times = 1;
|
||||
Item *repeat_source_item = nullptr;
|
||||
|
||||
Rect2 global_rect_cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user