Code/Editor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-16 15:56:36 -07:00
parent e6b5342c07
commit 2963739288
51 changed files with 286 additions and 337 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ Vec3 CSelectionGroup::GetCenter() const
}
if (GetCount() > 0)
{
c /= GetCount();
c /= static_cast<f32>(GetCount());
}
return c;
}