[jasper/world] Rework World system
All checks were successful
Build / build (push) Successful in 3m43s
All checks were successful
Build / build (push) Successful in 3m43s
This commit is contained in:
@@ -140,7 +140,7 @@ void WorldObjectSetEditorImGui::loadObj() noexcept {
|
||||
w = m_subsheet->columns;
|
||||
h = m_subsheet->rows;
|
||||
}
|
||||
auto const idx = getTileIdx(*m_tileSheet, obj.subsheetId);
|
||||
auto const idx = getTileIdx(*m_tileSheet, obj.subsheetId).or_value(0);
|
||||
oxLogError(m_colView.setup(
|
||||
m_doc.tilesheet,
|
||||
m_doc.palettes[obj.palBank],
|
||||
|
Reference in New Issue
Block a user