-enabled handleEvent

This commit is contained in:
Mergul 2019-10-11 08:31:26 +02:00
parent 9c5ceacacb
commit 633aad6cb7
2 changed files with 8 additions and 8 deletions

View file

@ -385,7 +385,7 @@ export struct EntityManager
static if (__traits(hasMember, Sys, "handleEvent"))
{
//setEventCallers!(Sys)(system);
setEventCallers!(Sys)(system);
}
}