mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
G_CM3D_F_INF
This commit is contained in:
@@ -727,7 +727,7 @@ bool daObjBarrel::Act_c::_draw() {
|
||||
float gndH = mAcch.GetGroundH();
|
||||
cM3dGPla* gndPlane = dComIfG_Bgsp()->GetTriPla(mAcch.m_gnd);
|
||||
cXyz *norm = gndPlane->GetNP();
|
||||
if (gndPlane && gndH != C_BG_MIN_HEIGHT) {
|
||||
if (gndPlane && gndH != -G_CM3D_F_INF) {
|
||||
dComIfGd_setSimpleShadow(¤t.pos, gndH, attr().m02, norm);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user