diff options
author | hnOsmium0001 <[email protected]> | 2022-05-07 17:27:01 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-05-07 17:27:01 -0700 |
commit | 921f756855b9e19363cb79355d12bb8d683ffc06 (patch) | |
tree | 55b2cac14f3498e36860039b8c8c3ea698c7db82 /source/Sprite.cpp | |
parent | 1d924459c84b9d5fbd6c08743f733abad5a03c2b (diff) |
Reduce dependency between editor headers and main game headers
Diffstat (limited to 'source/Sprite.cpp')
-rw-r--r-- | source/Sprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Sprite.cpp b/source/Sprite.cpp index 0f1a3bb..2b4923c 100644 --- a/source/Sprite.cpp +++ b/source/Sprite.cpp @@ -175,7 +175,7 @@ int IresSpritesheet::GetFrameCount() const { } } -void IresSpritesheet::ShowEditor(EditorInstance& editor) { +void IresSpritesheet::ShowEditor(IEditor& editor) { IresObject::ShowEditor(editor); bool doInvalidateInstance = false; |