This commit is contained in:
2026-05-18 01:02:36 -07:00
parent b018f7a9b1
commit 6416f0908c

View File

@ -817,11 +817,7 @@ class Inc {
}
public static inline function getHdrFormat(): String {
#if rp_hdr
return "RGBA64";
#else
return "RGBA32";
#end
return "RGBA64";
}
public static inline function getDisplayp(): Null<Int> {