fix float array

This commit is contained in:
jrkb 2023-04-13 21:41:59 +02:00
parent 70eb4f97f4
commit 095580d851

View file

@ -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;