mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
fix(SimpleWeb.jslib): Locally Scope Runtime
This commit is contained in:
parent
e257232517
commit
1eecc055c5
@ -36,7 +36,7 @@ function Connect(addressPtr, openCallbackPtr, closeCallBackPtr, messageCallbackP
|
||||
{
|
||||
// if unity doesn't create Runtime, then make it here
|
||||
// dont ask why this works, just be happy that it does
|
||||
Runtime = { dynCall: dynCall }
|
||||
var Runtime = { dynCall: dynCall }
|
||||
}
|
||||
|
||||
const address = UTF8ToString(addressPtr);
|
||||
|
Loading…
Reference in New Issue
Block a user