mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
Adding a global goto but it still doesn't work with rectangle shadows
This commit is contained in:
@@ -22,4 +22,14 @@ namespace ComSquare::Memory
|
||||
{
|
||||
return this->_start;
|
||||
}
|
||||
|
||||
bool IMemory::isMirror()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
std::shared_ptr<IMemory> IMemory::getMirrored()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user