We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a81def commit e948ea5Copy full SHA for e948ea5
src/xrScriptEngine/script_engine_inline.hpp
@@ -33,7 +33,7 @@ IC void CScriptEngine::parse_script_namespace(LPCSTR function_to_call, LPSTR nam
33
if (!I)
34
break;
35
}
36
- xr_strcpy(name_space, namespace_size, "_G");
+ xr_strcpy(name_space, namespace_size, GlobalNamespace);
37
if (!J)
38
xr_strcpy(function, function_size, function_to_call);
39
else
0 commit comments