make EventListener copy constructor not disable the other & bump version

This commit is contained in:
HJfod 2023-04-09 18:45:19 +03:00
parent 43a705ace1
commit 746164bba8
2 changed files with 1 additions and 2 deletions
VERSION
loader/include/Geode/loader

View file

@ -1 +1 @@
1.0.0-beta.13
1.0.0-beta.14

View file

@ -160,7 +160,6 @@ namespace geode {
m_filter(other.m_filter)
{
m_filter.setListener(this);
other.disable();
this->enable();
}