1
0
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:
Sandu Liviu Catalin 2015-10-03 21:54:34 +03:00
parent 04936a9bef
commit 4927e4e5a4

View File

@ -372,7 +372,7 @@ void Core::DestroyVM() noexcept
m_Scripts.clear();
// Close the Virtual Machine
sq_close(m_VM);
// Set the virtual machine to null
// Explicitly set the virtual machine to null
m_VM = nullptr;
}
}