mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed mono not finding assemblies like linq, etc.
This commit is contained in:
@@ -121,7 +121,7 @@ static class ScriptEngine
|
|||||||
|
|
||||||
static void InitMono()
|
static void InitMono()
|
||||||
{
|
{
|
||||||
Mono.mono_set_assemblies_path("mono/lib");
|
Mono.mono_set_assemblies_path("mono/lib/4.5");
|
||||||
|
|
||||||
if (_debuggingEnabled)
|
if (_debuggingEnabled)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user