mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 19:04:26 +00:00
Circle member variable name fixed
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Ray {
|
||||
int getRadius(void) const;
|
||||
|
||||
private:
|
||||
int radius;
|
||||
int _radius;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user