mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
make EventListener copy constructor not disable the other & bump version
This commit is contained in:
parent
43a705ace1
commit
746164bba8
2 changed files with 1 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.0.0-beta.13
|
||||
1.0.0-beta.14
|
|
@ -160,7 +160,6 @@ namespace geode {
|
|||
m_filter(other.m_filter)
|
||||
{
|
||||
m_filter.setListener(this);
|
||||
other.disable();
|
||||
this->enable();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue