Skip to content

Commit 216af44

Browse files
authored
Fix remove entity listener (#360)
1 parent 86853fb commit 216af44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/entities/entities_wrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ void export_global_entity_list(scope _entities)
531531
)
532532

533533
.def("remove_entity_listener",
534-
&CGlobalEntityList::AddListenerEntity
534+
&CGlobalEntityList::RemoveListenerEntity
535535
)
536536

537537
ADD_MEM_TOOLS(CGlobalEntityList);

0 commit comments

Comments
 (0)