mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
General pass for code cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user