Merging Source v1.7.2: effects changes

This commit is contained in:
Evan Debenham
2014-10-20 23:00:20 -04:00
parent 1e62a6bd88
commit 724338b57f
4 changed files with 76 additions and 50 deletions
@@ -52,7 +52,8 @@ public class Flare extends Visual {
public Flare( int nRays, float radius ) {
super( 0, 0, 0, 0 );
// FIXME
// Texture is incorrectly created every time we need
// to show the effect, it must be refactored