Fix implicit conversion of nullptr constant to 'bool'
build / build (Debug, macos-latest, lua, cli) (push) Waiting to run Details
build / build (Debug, macos-latest, noscripts, cli) (push) Waiting to run Details
build / build (Debug, ubuntu-latest, lua, cli) (push) Waiting to run Details
build / build (Debug, ubuntu-latest, noscripts, cli) (push) Waiting to run Details
build / build (Debug, windows-latest, lua, cli) (push) Waiting to run Details
build / build (Debug, windows-latest, noscripts, cli) (push) Waiting to run Details
build / build (RelWithDebInfo, macos-latest, lua, gui) (push) Waiting to run Details
build / build (RelWithDebInfo, ubuntu-latest, lua, gui) (push) Waiting to run Details
build / build (RelWithDebInfo, windows-latest, lua, gui) (push) Waiting to run Details

This commit is contained in:
David Capello 2025-06-23 09:12:36 -03:00
parent 68bf0839aa
commit f7040190cc
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ public:
dithering, dithering,
sprite ? sprite->rgbMap(0) : nullptr, sprite ? sprite->rgbMap(0) : nullptr,
sprite ? sprite->palette(0) : nullptr, sprite ? sprite->palette(0) : nullptr,
sprite ? sprite->backgroundLayer() : nullptr, (sprite && sprite->backgroundLayer()),
0, 0,
0, 0,
nullptr); nullptr);