mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-09-21 08:12:58 -04:00
Fix for CuiWidget3dObjectListViewer [E]
This commit is contained in:
+3
-1
@@ -2708,8 +2708,10 @@ void CuiWidget3dObjectListViewer::addObject (Object & obj)
|
||||
|
||||
if (hasFlags (F_alterObjects))
|
||||
{
|
||||
if (obj.isInitialized() && (obj.alter(1.0f) != AlterResult::cms_kill))
|
||||
if (obj.isInitialized() && (obj.alter(Clock::frameTime()) != AlterResult::cms_kill))
|
||||
{
|
||||
obj.conclude();
|
||||
}
|
||||
}
|
||||
|
||||
if (dynamic_cast<const CreatureObject *>(&obj))
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@ namespace SwgCuiAppearanceTabNamespace
|
||||
const UILowerString DefaultViewerYaw = UILowerString ("DefaultViewerYaw");
|
||||
}
|
||||
|
||||
// This order must corespond to the order of the pages in LayoutPage.
|
||||
// This order must correspond to the order of the pages in LayoutPage.
|
||||
const char* ms_slotNames[] =
|
||||
{
|
||||
"hat",
|
||||
|
||||
Reference in New Issue
Block a user