Fix missing semicolon
This commit is contained in:
parent
7e234c79aa
commit
41e2c50ab8
|
|
@ -402,7 +402,7 @@ RMAPI Vector2 Vector2Limit(Vector2 v, float limit) {
|
||||||
result.x = v.x*ilength*limit;
|
result.x = v.x*ilength*limit;
|
||||||
result.y = v.y*ilength*limit;
|
result.y = v.y*ilength*limit;
|
||||||
}
|
}
|
||||||
return result
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transforms a Vector2 by a given Matrix
|
// Transforms a Vector2 by a given Matrix
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user