From 012a44bd13ab41d056e7d3884a39027b6cea62b5 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Jul 2019 22:12:11 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=88=90=E5=91=98=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/modules/asura-utils/threading/binding/_thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/modules/asura-utils/threading/binding/_thread.cpp') diff --git a/source/modules/asura-utils/threading/binding/_thread.cpp b/source/modules/asura-utils/threading/binding/_thread.cpp index ad2fb7f..ae43242 100644 --- a/source/modules/asura-utils/threading/binding/_thread.cpp +++ b/source/modules/asura-utils/threading/binding/_thread.cpp @@ -185,7 +185,7 @@ namespace AsuraEngine LUAX_IMPL_METHOD(Thread, _GetType) { LUAX_PREPARE(L, Thread); - state.Push(self->mType); + state.Push(self->m_Type); return 1; } @@ -193,7 +193,7 @@ namespace AsuraEngine LUAX_IMPL_METHOD(Thread, _GetState) { LUAX_PREPARE(L, Thread); - state.Push(self->mState); + state.Push(self->m_State); return 1; } -- cgit v1.1-26-g67d0