some bugfixes

This commit is contained in:
devZoGok
2021-10-30 08:48:21 +03:00
parent 179f4c28ac
commit 97275533c2
5 changed files with 21 additions and 19 deletions
-1
View File
@@ -11,7 +11,6 @@ namespace game{
~Tooltip();
void update();
private:
core::GameManager *gameManager;
irr::core::vector2di pos;
BitmapText *text;
};