Turn "WrenScript" label into "mWrenScript" label, so it works on compilers other than MSVC

This commit is contained in:
Filip Homolka
2021-07-25 20:13:00 +02:00
parent 93e58db870
commit b391581feb
3 changed files with 13 additions and 13 deletions

View File

@@ -117,7 +117,7 @@ namespace Nuake {
if (ent.HasComponent<WrenScriptComponent>())
{
wrenSetSlotHandle(vm, 0, ent.GetComponent<WrenScriptComponent>().WrenScript->m_Instance);
wrenSetSlotHandle(vm, 0, ent.GetComponent<WrenScriptComponent>().mWrenScript->m_Instance);
}
}