CCompiled and runed with working visuals

This commit is contained in:
Ilusha 2024-03-17 15:25:42 +03:00 committed by IlyaShurupov
parent 57d5bc61ed
commit 0f6fa035aa
8 changed files with 308 additions and 153 deletions

View file

@ -49,7 +49,7 @@ namespace tp {
this->mArea = aArea;
}
virtual void draw(Canvas& canvas) const {
virtual void draw(Canvas& canvas) {
if (!mVisible) {
return;
}