mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Minor comment fix in core class.
This commit is contained in:
parent
04936a9bef
commit
4927e4e5a4
@ -372,7 +372,7 @@ void Core::DestroyVM() noexcept
|
|||||||
m_Scripts.clear();
|
m_Scripts.clear();
|
||||||
// Close the Virtual Machine
|
// Close the Virtual Machine
|
||||||
sq_close(m_VM);
|
sq_close(m_VM);
|
||||||
// Set the virtual machine to null
|
// Explicitly set the virtual machine to null
|
||||||
m_VM = nullptr;
|
m_VM = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user