diff --git a/include/openspace/scripting/lualibrary.h b/include/openspace/scripting/lualibrary.h index 235a6735d8..fcd5f7ae84 100644 --- a/include/openspace/scripting/lualibrary.h +++ b/include/openspace/scripting/lualibrary.h @@ -58,10 +58,10 @@ struct LuaLibrary { std::string name; /// The list of all C-based callback functions for this library std::vector functions; - /// A list of all libraries that are children for this library - std::vector subLibraries; /// A list of script files that are executed for each Lua state std::vector scripts = std::vector(); + /// A list of all libraries that are children for this library + std::vector subLibraries; /// This struct contains information about a function or constant that is defined in /// a Lua script