Scripts are now always built on engine launch #219
|
@ -58,10 +58,9 @@ namespace SHADE
|
||||||
loadFunctions();
|
loadFunctions();
|
||||||
|
|
||||||
// Generate script assembly if it hasn't been before
|
// Generate script assembly if it hasn't been before
|
||||||
if (!fileExists(std::string(MANAGED_SCRIPT_LIB_NAME) + ".dll"))
|
#ifndef _PUBLISH
|
||||||
{
|
BuildScriptAssembly();
|
||||||
BuildScriptAssembly();
|
#endif
|
||||||
}
|
|
||||||
|
|
||||||
// Initialise the CSharp Engine
|
// Initialise the CSharp Engine
|
||||||
csEngineInit();
|
csEngineInit();
|
||||||
|
|
Loading…
Reference in New Issue