summaryrefslogtreecommitdiffstats
path: root/src/render/VisibilityPlugins.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-02-04 21:05:17 +0100
committerSergeanur <s.anureev@yandex.ua>2020-02-04 21:21:45 +0100
commitf1863676bbd3d99d70ab3160dad325d851550567 (patch)
tree79f5fa945d3ec0eac96426193154474ed79551ff /src/render/VisibilityPlugins.cpp
parentMerge pull request #323 from erorcun/erorcun (diff)
downloadre3-f1863676bbd3d99d70ab3160dad325d851550567.tar
re3-f1863676bbd3d99d70ab3160dad325d851550567.tar.gz
re3-f1863676bbd3d99d70ab3160dad325d851550567.tar.bz2
re3-f1863676bbd3d99d70ab3160dad325d851550567.tar.lz
re3-f1863676bbd3d99d70ab3160dad325d851550567.tar.xz
re3-f1863676bbd3d99d70ab3160dad325d851550567.tar.zst
re3-f1863676bbd3d99d70ab3160dad325d851550567.zip
Diffstat (limited to '')
-rw-r--r--src/render/VisibilityPlugins.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}