Skip to content

Commit

Permalink
Properly initiates the max number of drops per batch to avoid possibl…
Browse files Browse the repository at this point in the history
…e corruption issues.
  • Loading branch information
Areloch committed Jul 12, 2016
1 parent 03a3d7f commit e06018a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Engine/source/T3D/fx/precipitation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ Precipitation::Precipitation()
mSplashShaderCameraPosSC = NULL;
mSplashShaderAmbientSC = NULL;

mMaxVBDrops = 5000;
}

Precipitation::~Precipitation()
Expand Down

0 comments on commit e06018a

Please sign in to comment.