Преглед изворни кода

Merge pull request #1685 from Areloch/maxRainDropBatch

Precipitation maxVBDrops correction.
Areloch пре 9 година
родитељ
комит
5fa8504568
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Engine/source/T3D/fx/precipitation.cpp

+ 1 - 0
Engine/source/T3D/fx/precipitation.cpp

@@ -298,6 +298,7 @@ Precipitation::Precipitation()
    mSplashShaderCameraPosSC = NULL;
    mSplashShaderAmbientSC = NULL;
 
+   mMaxVBDrops = 5000;
 }
 
 Precipitation::~Precipitation()