General pass for code cleanup

This commit is contained in:
Alexander Bock
2024-03-08 00:36:54 +01:00
parent 2ed6907cf1
commit fff6f8a627
145 changed files with 432 additions and 463 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ glm::dvec3 LuaTranslation::position(const UpdateData& data) const {
}
double values[3];
for (int i = 1; i <= 3; ++i) {
for (int i = 1; i <= 3; i++) {
values[i - 1] = ghoul::lua::value<double>(_state, i);
}