[nostalgia/core/studio] Fix issue with pixel idx lookup in draw command

This commit is contained in:
2022-02-14 01:38:56 -06:00
parent 60e259ca34
commit 99cc853b94
4 changed files with 28 additions and 37 deletions
@@ -26,6 +26,7 @@ class TileSheetEditorImGui: public studio::Editor {
glutils::FrameBuffer m_framebuffer;
TileSheetEditor m_tileSheetEditor;
float m_palViewWidth = 200;
geo::Vec2 m_prevMouseDownPos;
public:
TileSheetEditorImGui(Context *ctx, const ox::String &path);