Fixed poly instructions not allowing full 360 degree range

This commit is contained in:
Anuken
2020-08-13 12:25:49 -04:00
parent 1de3217738
commit af6ed6ea89
2 changed files with 3 additions and 4 deletions

View File

@@ -14,4 +14,4 @@ public enum LCategory{
LCategory(Color color){
this.color = color;
}
}
}