finish mirroring. abstract entity removal
This commit is contained in:
@@ -24,7 +24,6 @@ public:
|
||||
const std::vector<std::string> &getMask() const override;
|
||||
char getDefaultColor() const noexcept override { return WATERLINE_COLOR; }
|
||||
|
||||
bool shouldBeRemoved() const noexcept override { return false; }
|
||||
std::unique_ptr<Entity> createReplacement() const override { return nullptr; }
|
||||
int getPreferredLayer() const noexcept override { return 0; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user