mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Apply coding styles
This commit is contained in:
@@ -155,7 +155,7 @@ int goToChunk(lua_State* L) {
|
||||
|
||||
int goToGeo(lua_State* L) {
|
||||
int nArguments = ghoul::lua::checkArgumentsAndThrow(L, 2, 3, "lua::goToGeo");
|
||||
|
||||
|
||||
using ghoul::lua::luaTypeToString;
|
||||
|
||||
double latitude = lua_tonumber(L, 1);
|
||||
|
||||
Reference in New Issue
Block a user