mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 11:11:40 +00:00
update librw (shadows are working now)
This commit is contained in:
2
librw
2
librw
Submodule librw updated: 99c15d5ed7...113d76cfaa
@@ -188,7 +188,7 @@ CShadowCamera::Update(RpClump *clump)
|
||||
|
||||
if ( RwCameraBeginUpdate(m_pCamera) )
|
||||
{
|
||||
geometry = GetFirstAtomic(clump)->geometry;
|
||||
geometry = RpAtomicGetGeometry(GetFirstAtomic(clump));
|
||||
ASSERT(geometry != nil);
|
||||
|
||||
flags = RpGeometryGetFlags(geometry);
|
||||
|
Reference in New Issue
Block a user