[jasper/world] Fix build for Nostalgia update
All checks were successful
Build / build (push) Successful in 2m24s
All checks were successful
Build / build (push) Successful in 2m24s
This commit is contained in:
parent
bc6333aedf
commit
fd990b18b3
@ -21,7 +21,7 @@ ox::Error World::setupDisplay(ncore::Context &ctx) const noexcept {
|
|||||||
auto const&palette = m_worldStatic.palettes[0];
|
auto const&palette = m_worldStatic.palettes[0];
|
||||||
oxReturnError(ncore::loadBgTileSheet(
|
oxReturnError(ncore::loadBgTileSheet(
|
||||||
ctx, 0, m_worldStatic.tilesheet));
|
ctx, 0, m_worldStatic.tilesheet));
|
||||||
oxReturnError(ncore::loadBgPalette(ctx, palette));
|
oxReturnError(ncore::loadBgPalette(ctx, 0, palette));
|
||||||
// disable all backgrounds
|
// disable all backgrounds
|
||||||
ncore::setBgStatus(ctx, 0);
|
ncore::setBgStatus(ctx, 0);
|
||||||
for (auto layerNo = 0u; auto const&layer : m_worldStatic.tileMapIdx) {
|
for (auto layerNo = 0u; auto const&layer : m_worldStatic.tileMapIdx) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user