mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 12:51:37 +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) )
|
if ( RwCameraBeginUpdate(m_pCamera) )
|
||||||
{
|
{
|
||||||
geometry = GetFirstAtomic(clump)->geometry;
|
geometry = RpAtomicGetGeometry(GetFirstAtomic(clump));
|
||||||
ASSERT(geometry != nil);
|
ASSERT(geometry != nil);
|
||||||
|
|
||||||
flags = RpGeometryGetFlags(geometry);
|
flags = RpGeometryGetFlags(geometry);
|
||||||
|
Reference in New Issue
Block a user