corrected foreign unit minimap display

This commit is contained in:
devZoGok
2024-09-20 20:31:30 +03:00
parent f41f49c1f6
commit bcca140055
2 changed files with 11 additions and 10 deletions
-1
View File
@@ -15,7 +15,6 @@ namespace battleship{
void onClick();
void update();
private:
vb01::Node *content = nullptr;
};
}