mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-11 23:50:51 +02:00
Fixed a bug from previous CL that broke shadows.
This commit is contained in:
@@ -523,7 +523,7 @@ Image_t* Image_CreateImageFrom8Bit(const char* name, int Width, int Height, unsi
|
||||
buffer[(i * 4) + 0] = 120;
|
||||
buffer[(i * 4) + 1] = 120;
|
||||
buffer[(i * 4) + 2] = 120;
|
||||
buffer[(i * 4) + 3] = 120;
|
||||
buffer[(i * 4) + 3] = 255;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user