diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-02-04 21:05:17 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-02-04 21:21:45 +0100 |
commit | f1863676bbd3d99d70ab3160dad325d851550567 (patch) | |
tree | 79f5fa945d3ec0eac96426193154474ed79551ff /src/render/VisibilityPlugins.cpp | |
parent | Merge pull request #323 from erorcun/erorcun (diff) | |
download | re3-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.cpp | 2 |
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; } |