From 4927e4e5a488d5d56cb6ad8fc4c8fe976b00a56c Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 3 Oct 2015 21:54:34 +0300 Subject: [PATCH] Minor comment fix in core class. --- source/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core.cpp b/source/Core.cpp index 74f70f20..137714bf 100644 --- a/source/Core.cpp +++ b/source/Core.cpp @@ -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; } }