Bit of a bug fix / bug prevention
This commit is contained in:
@ -43,11 +43,6 @@ namespace Dawn {
|
||||
tile->ticTacToe->tile = i++;
|
||||
}
|
||||
}
|
||||
|
||||
evtUnsub = useEventLegacy([&]{
|
||||
std::cout << "Legacy Event Invoked " << age << std::endl;
|
||||
evtUnsub();
|
||||
}, this->eventSceneUpdate);
|
||||
}
|
||||
|
||||
std::vector<Asset*> getRequiredAssets() override {
|
||||
|
Reference in New Issue
Block a user