mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
A messed up space.
This commit is contained in:
parent
e70a3c945e
commit
8ff921a247
@ -262,7 +262,7 @@ struct getter<T*> {
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
void* udata = lua_touserdata(L, index);
|
void* udata = lua_touserdata(L, index);
|
||||||
T** obj = static_cast<T**>(udata);
|
T** obj = static_cast<T**>(udata);
|
||||||
return *obj;
|
return *obj;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user