Bit of a bug fix / bug prevention

This commit is contained in:
2023-03-01 08:21:46 -08:00
parent c658fdd08f
commit b9667f8312
3 changed files with 16 additions and 7 deletions

View File

@ -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 {