fix float array
This commit is contained in:
parent
70eb4f97f4
commit
095580d851
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Layer {
|
|||
float y = 0;
|
||||
float rotation = 0;
|
||||
float fontSize_px = 24;
|
||||
float * color[4];
|
||||
float color[4];
|
||||
bool mirror_x = false;
|
||||
float mirror_x_distance = 0;
|
||||
bool mirror_y = false;
|
||||
|
|
Loading…
Reference in a new issue