mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 20:54:09 +00:00
minimal weather stuff + multiple bugfixes
This commit is contained in:
parent
9067469f7c
commit
4defd8b75c
9 changed files with 146 additions and 91 deletions
|
@ -143,7 +143,8 @@ CRenderer::RenderOneNonRoad(CEntity *e)
|
|||
resetLights = e->SetupLighting();
|
||||
|
||||
if(e->IsVehicle()){
|
||||
CVisibilityPlugins::SetupVehicleVariables(e->GetClump());
|
||||
// unfortunately can't use GetClump here
|
||||
CVisibilityPlugins::SetupVehicleVariables((RpClump*)e->m_rwObject);
|
||||
CVisibilityPlugins::InitAlphaAtomicList();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue