mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
missed a semicolon
This commit is contained in:
parent
153e7f564c
commit
bb2caa078c
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ template<Context context> void* CreateNewVMHook(void* a1, Context realContext)
|
|||
if (realContext == UI)
|
||||
g_UISquirrelManager->VMCreated(sqvm);
|
||||
else
|
||||
g_ClientSquirrelManager->VMCreated(sqvm)
|
||||
g_ClientSquirrelManager->VMCreated(sqvm);
|
||||
}
|
||||
else if (context == SERVER)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue