Skip to content

Commit

Permalink
Fix wrong maphelper default splat values
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk authored Sep 2, 2016
1 parent 1a9cfdd commit 43fbf46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cont/base/maphelper/maphelper/mapdefaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ local mapDefaults = {
},

splats = {
splatTexScales = {0.02, 0.02, 0.02, 0.02},
splatTexMults = {1.00, 1.00, 1.00, 1.00},
texScales = {0.02, 0.02, 0.02, 0.02},
texMults = {1.00, 1.00, 1.00, 1.00},
},

resources = {
Expand Down

0 comments on commit 43fbf46

Please sign in to comment.