mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
removed wron return types, fixes #2483
removed console, which was obsolete and unused sine long long ago
This commit is contained in:
@@ -187,7 +187,6 @@ Vector2 Vector2::snapped(const Vector2& p_by) const {
|
||||
|
||||
Vector2 Vector2::clamped(real_t p_len) const {
|
||||
|
||||
return *this;
|
||||
real_t l = length();
|
||||
Vector2 v = *this;
|
||||
if (l>0 && p_len<l) {
|
||||
|
||||
Reference in New Issue
Block a user