Compare commits

..

2 Commits

Author SHA1 Message Date
4e0d270abc Merge pull request 'Update' (#122) from Onek8/LNXSDK:main into main
Reviewed-on: #122
2026-05-18 08:03:21 +00:00
6416f0908c Update 2026-05-18 01:02:36 -07:00

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> {