[nostalgia/gfx/studio] Remove unused variable
All checks were successful
Build / build (push) Successful in 1m10s
All checks were successful
Build / build (push) Successful in 1m10s
This commit is contained in:
@@ -57,7 +57,6 @@ class TileSheetEditorImGui: public studio::Editor {
|
|||||||
ox::Vec2 m_prevMouseDownPos;
|
ox::Vec2 m_prevMouseDownPos;
|
||||||
TileSheetTool m_tool = TileSheetTool::Draw;
|
TileSheetTool m_tool = TileSheetTool::Draw;
|
||||||
bool m_palPathFocused{};
|
bool m_palPathFocused{};
|
||||||
ox::Vector<ox::UPtr<studio::UndoCommand>, 1> m_deferredCmds;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TileSheetEditorImGui(studio::Context &sctx, ox::StringParam path);
|
TileSheetEditorImGui(studio::Context &sctx, ox::StringParam path);
|
||||||
|
Reference in New Issue
Block a user