Bloom config options

This commit is contained in:
Anuken
2022-04-25 10:53:18 -04:00
parent eb880ba2be
commit 1ac7317986
7 changed files with 41 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ public class Drawf{
}
public static void flameFront(float x, float y, int divisions, float rotation, float length, float width){
//TODO I don't know why this is necessary yet. Does FIll.poly screw up with triangles?
divisions = Mathf.round(divisions, 2) + 1;
points.clear();