diff options
Diffstat (limited to 'src/d/actor/d_a_obj_mhole.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_mhole.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/actor/d_a_obj_mhole.cpp b/src/d/actor/d_a_obj_mhole.cpp index 53074c05ca..c7229120dd 100644 --- a/src/d/actor/d_a_obj_mhole.cpp +++ b/src/d/actor/d_a_obj_mhole.cpp @@ -342,7 +342,9 @@ int daObjMHole_c::draw() { Mtx effect_mtx; MTXLightPerspective(effect_mtx, dComIfGd_getView()->fovy, dComIfGd_getView()->aspect, 1.0f, 1.0f, -0.01f, 0.0f); + #if WIDESCREEN_SUPPORT mDoGph_gInf_c::setWideZoomLightProjection(effect_mtx); + #endif tex_mtx_info->setEffectMtx(effect_mtx); modelData->simpleCalcMaterial((MtxP)j3dDefaultMtx); } |
