mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Fixed a bug were HD images would draw broken shadows.
This commit is contained in:
@@ -539,7 +539,7 @@ void BuildingClass::Draw_It(int x, int y, WindowNumberType window) const
|
||||
|
||||
|
||||
// jmarshall - shadows are going to need to be done differently, but for now this will work.
|
||||
if (Get_Build_TS_Shape(shapefile))
|
||||
if (Get_Build_TS_Shape(shapefile) && hdimage == NULL)
|
||||
{
|
||||
CCGlobalShadowRender = true;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user