From f1863676bbd3d99d70ab3160dad325d851550567 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 4 Feb 2020 22:05:17 +0200 Subject: CullZone fix --- src/render/VisibilityPlugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/VisibilityPlugins.cpp') diff --git a/src/render/VisibilityPlugins.cpp b/src/render/VisibilityPlugins.cpp index e01bbb92..74cd2590 100644 --- a/src/render/VisibilityPlugins.cpp +++ b/src/render/VisibilityPlugins.cpp @@ -44,7 +44,7 @@ CVisibilityPlugins::Initialise(void) m_alphaList.Init(20); m_alphaList.head.item.sort = 0.0f; m_alphaList.tail.item.sort = 100000000.0f; - m_alphaEntityList.Init(350); // TODO: set back to 150 when things are fixed + m_alphaEntityList.Init(150); m_alphaEntityList.head.item.sort = 0.0f; m_alphaEntityList.tail.item.sort = 100000000.0f; } -- cgit v1.2.3