mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
parent
9cc1e9cbd0
commit
deb760fb1b
@ -120,7 +120,7 @@ void Path2D::_notification(int p_what) {
|
||||
Transform2D *w = frames.ptrw();
|
||||
|
||||
for (int i = 0; i < sample_count; i++) {
|
||||
w[i] = curve->sample_baked_with_rotation(i * interval, true, true);
|
||||
w[i] = curve->sample_baked_with_rotation(i * interval, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user