Jelajahi Sumber

Merge pull request #1685 from Areloch/maxRainDropBatch

Precipitation maxVBDrops correction.
Areloch 9 tahun lalu
induk
melakukan
5fa8504568
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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()