1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Update src/openrct2/scripting/ScriptEngine.h

Co-Authored-By: Breno Rodrigues Guimarães <brenorg@gmail.com>
This commit is contained in:
Ted John
2020-04-24 13:24:17 +01:00
parent 3fe49ca2a3
commit 4e1fa6a944

View File

@@ -92,6 +92,7 @@ namespace OpenRCT2::Scripting
DukContext(DukContext&& src) noexcept
: _context(std::move(src._context))
{
src._context = {};
}
~DukContext();