[nostalgia/core/studio] Cleanup scratchpad code
All checks were successful
Build / build (push) Successful in 2m32s
All checks were successful
Build / build (push) Successful in 2m32s
This commit is contained in:
parent
1b629da8fc
commit
0c0ccd1a69
@ -64,7 +64,6 @@ static ox::Error toPngFile(
|
|||||||
for (auto &c : pixels) {
|
for (auto &c : pixels) {
|
||||||
c = color32(color(pal, page, c)) | static_cast<Color32>(0XFF << 24);
|
c = color32(color(pal, page, c)) | static_cast<Color32>(0XFF << 24);
|
||||||
}
|
}
|
||||||
std::hash<std::string>();
|
|
||||||
constexpr auto fmt = LCT_RGBA;
|
constexpr auto fmt = LCT_RGBA;
|
||||||
return OxError(static_cast<ox::ErrorCode>(
|
return OxError(static_cast<ox::ErrorCode>(
|
||||||
lodepng_encode_file(
|
lodepng_encode_file(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user