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