mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Merge pull request #1685 from Areloch/maxRainDropBatch
Precipitation maxVBDrops correction.
This commit is contained in:
commit
5fa8504568
1 changed files with 1 additions and 0 deletions
|
|
@ -298,6 +298,7 @@ Precipitation::Precipitation()
|
||||||
mSplashShaderCameraPosSC = NULL;
|
mSplashShaderCameraPosSC = NULL;
|
||||||
mSplashShaderAmbientSC = NULL;
|
mSplashShaderAmbientSC = NULL;
|
||||||
|
|
||||||
|
mMaxVBDrops = 5000;
|
||||||
}
|
}
|
||||||
|
|
||||||
Precipitation::~Precipitation()
|
Precipitation::~Precipitation()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue