mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Properly initiates the max number of drops per batch to avoid possible corruption issues.
This commit is contained in:
parent
03a3d7fefd
commit
e06018aeea
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