mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Fix compile error introduced with previous commit
This commit is contained in:
@@ -58,10 +58,10 @@ struct LuaLibrary {
|
||||
std::string name;
|
||||
/// The list of all C-based callback functions for this library
|
||||
std::vector<Function> functions;
|
||||
/// A list of all libraries that are children for this library
|
||||
std::vector<LuaLibrary> subLibraries;
|
||||
/// A list of script files that are executed for each Lua state
|
||||
std::vector<std::filesystem::path> scripts = std::vector<std::filesystem::path>();
|
||||
/// A list of all libraries that are children for this library
|
||||
std::vector<LuaLibrary> subLibraries;
|
||||
|
||||
/// This struct contains information about a function or constant that is defined in
|
||||
/// a Lua script
|
||||
|
||||
Reference in New Issue
Block a user