"Working assets in prototype version"

This commit is contained in:
FlightControl_Master
2017-11-07 17:56:59 +01:00
parent e9837acda3
commit ac0d2fa92c
6 changed files with 37 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ __Moose.Include = function( LuaPath, IncludeFile )
if f == nil then
error ("Moose: Could not load Moose file " .. IncludeFile )
else
env.info( "Moose: " .. IncludeFile .. " dynamically loaded from " .. __Moose.ProgramPath )
env.info( "Moose: " .. IncludeFile .. " dynamically loaded from " .. LuaPath )
return f()
end
end