diff options
Diffstat (limited to 'include/Actor/ActorRef.hpp')
| -rw-r--r-- | include/Actor/ActorRef.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Actor/ActorRef.hpp b/include/Actor/ActorRef.hpp index eeace571..5ef03f2c 100644 --- a/include/Actor/ActorRef.hpp +++ b/include/Actor/ActorRef.hpp @@ -8,7 +8,9 @@ struct ActorRef { /* 4 */ s32 index; /* 8 */ - inline ActorRef() {} + inline ActorRef() { + Reset(); + } inline ActorRef(s32 id, s32 index) : id(id), index(index) {} |
