mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-03 00:24:40 +00:00
Fix TU19 Lighting Optimisation
This commit is contained in:
@@ -79,7 +79,7 @@ void Minimap::reloadColours()
|
||||
int b = ((color) & 0xff) * br / 255;
|
||||
|
||||
// 4J - changed BYTE order to save having to reorder later
|
||||
#if ( defined _DURANGO || defined _WIN64 || __PSVITA__ )
|
||||
#if ( defined _DURANGO || defined _WINDOWS64 || __PSVITA__ )
|
||||
LUT[i] = 255 << 24 | b << 16 | g << 8 | r;
|
||||
#elif defined _XBOX
|
||||
LUT[i] = 255 << 24 | r << 16 | g << 8 | b;
|
||||
|
||||
Reference in New Issue
Block a user