Fixed #8698
This commit is contained in:
@@ -244,6 +244,7 @@ public class ForceProjector extends Block{
|
|||||||
if(!broken){
|
if(!broken){
|
||||||
float radius = realRadius();
|
float radius = realRadius();
|
||||||
|
|
||||||
|
if(radius > 0.001f){
|
||||||
Draw.color(team.color, Color.white, Mathf.clamp(hit));
|
Draw.color(team.color, Color.white, Mathf.clamp(hit));
|
||||||
|
|
||||||
if(renderer.animateShields){
|
if(renderer.animateShields){
|
||||||
@@ -259,6 +260,7 @@ public class ForceProjector extends Block{
|
|||||||
Draw.reset();
|
Draw.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Draw.reset();
|
Draw.reset();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user