mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
remove trailing whitespace
This commit is contained in:
parent
b0a5347a1c
commit
33403d91f7
24 changed files with 80 additions and 80 deletions
|
|
@ -544,7 +544,7 @@ void Curve2D::_bake() const {
|
|||
List<Vector2> pointlist;
|
||||
|
||||
pointlist.push_back(pos); //start always from origin
|
||||
|
||||
|
||||
for(int i=0;i<points.size()-1;i++) {
|
||||
|
||||
float step = 0.1; // at least 10 substeps ought to be enough?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue