diff options
author | UIS <uis9936@gmail.com> | 2020-12-10 13:23:59 +0100 |
---|---|---|
committer | LaG1924 <lag1924@gmail.com> | 2021-06-24 10:48:13 +0200 |
commit | 33c756b38e94cef68b3f842c1c2f8bad9d4447a2 (patch) | |
tree | bbc7b421b350e50c37e55d951edf15dea5bf667a /src/Event.hpp | |
parent | Shader optimization, removed unused argument from GetBlockInfo function (diff) | |
download | AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.gz AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.bz2 AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.lz AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.xz AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.zst AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Event.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Event.hpp b/src/Event.hpp index 4e04a5a..b1594e7 100644 --- a/src/Event.hpp +++ b/src/Event.hpp @@ -79,7 +79,7 @@ public: void HandleAllEvents(); - bool NotEmpty(); + bool Empty(); void RegisterHandler(size_t eventId, const HandlerType &data); |