mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
fix zone crash from an invalid class instance ptr
This commit is contained in:
parent
c24c215208
commit
4f75d21b21
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <Event/EventDefs.h>
|
||||
|
||||
#define BIND_SCENE( x ) std::bind( x, *this, std::placeholders::_1 )
|
||||
#define BIND_SCENE( x ) std::bind( x, this, std::placeholders::_1 )
|
||||
|
||||
|
||||
#endif //SAPPHIRE_SCRIPTOBJECT_H
|
||||
|
|
Loading…
Add table
Reference in a new issue