Merge branch 'w-extra' of git://github.com/verpeteren/wren into verpeteren-w-extra
This commit is contained in:
+1
-1
@@ -1370,7 +1370,7 @@ void wrenReleaseMethod(WrenVM* vm, WrenMethod* method)
|
||||
}
|
||||
|
||||
// Execute [source] in the context of the core module.
|
||||
WrenInterpretResult static loadIntoCore(WrenVM* vm, const char* source)
|
||||
static WrenInterpretResult loadIntoCore(WrenVM* vm, const char* source)
|
||||
{
|
||||
ObjModule* coreModule = getCoreModule(vm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user