Fixes
Added Welcome screen Fixed for c++ 20
This commit is contained in:
@@ -17,6 +17,10 @@ namespace Nuake {
|
||||
for (auto& e : entities)
|
||||
{
|
||||
WrenScriptComponent& wren = entities.get<WrenScriptComponent>(e);
|
||||
|
||||
if (!wren.mWrenScript)
|
||||
continue;
|
||||
|
||||
wren.mWrenScript->Build(wren.mModule, true);
|
||||
|
||||
if (!wren.mWrenScript->HasCompiledSuccesfully())
|
||||
@@ -29,7 +33,6 @@ namespace Nuake {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
void ScriptingSystem::Update(Timestep ts)
|
||||
{
|
||||
if (!Engine::IsPlayMode)
|
||||
|
||||
Reference in New Issue
Block a user