DrNseven / Ros-D3D

rules of survival
14 stars 16 forks source link

Weird NoGrass (c435f40) #10

Open reymarbc opened 6 years ago

reymarbc commented 6 years ago

The NoGrass hack looks weird (c435f40)

My temporary fix was to turn it back again ;

pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_SOLID); if (vSize == 1660 || vSize == 1704)//grass pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_POINT);

DrNseven commented 6 years ago

new code only worked with AMD, I changed it back, should be fixed