mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +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;
|
||||
mSplashShaderAmbientSC = NULL;
|
||||
|
||||
mMaxVBDrops = 5000;
|
||||
}
|
||||
|
||||
Precipitation::~Precipitation()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue