[nostalgia/core/studio] Break out TileSheetEditor application logic
This commit is contained in:
@@ -96,7 +96,7 @@ void TileSheetEditorImGui::drawTileSheet(const geo::Vec2 &fbSize) noexcept {
|
||||
}
|
||||
}
|
||||
|
||||
void TileSheetEditorImGui::drawPalettePicker() noexcept {
|
||||
void TileSheetEditorImGui::drawPalettePicker() const noexcept {
|
||||
// header
|
||||
ImGui::BeginTable("PaletteTable", 2);
|
||||
ImGui::TableSetupColumn("No.", 0, 0.35);
|
||||
|
||||
Reference in New Issue
Block a user