This commit is contained in:
Glenn Maynard
2003-12-29 01:10:16 +00:00
parent b6b94a7f96
commit 3a4365faea
+4
View File
@@ -81,6 +81,10 @@ void ListDisplay::Update( float fDeltaTime )
{
ActorFrame::Update( fDeltaTime );
/* If we have no children, the code below will busy loop. */
if( !m_SubActors.size() )
return;
while( fDeltaTime > 0 )
{
// handle pause