Use immutable storage for fullscreen vbo
This commit is contained in:
@@ -93,7 +93,7 @@ makeGasCloud pos vel w =
|
||||
Cloud
|
||||
{ _clPos = addZ 20 pos
|
||||
, _clVel = addZ 0 vel
|
||||
, _clPict = DrawGasCloud col
|
||||
, _clPict = CloudColor 3 50 (withAlpha 0.05 col)
|
||||
, _clRad = 10
|
||||
, _clAlt = 25
|
||||
, _clTimer = 400
|
||||
|
||||
Reference in New Issue
Block a user