update librw (shadows are working now)

This commit is contained in:
aap
2020-08-10 17:04:57 +02:00
parent e57d450809
commit 2f987e315e
2 changed files with 3 additions and 3 deletions
+1 -1
Submodule librw updated: 99c15d5ed7...113d76cfaa
+1 -1
View File
@@ -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);