fix(bar): Action x values should not be volatile
This commit is contained in:
parent
1cccd100bb
commit
ccbb38798d
@ -89,8 +89,8 @@ struct action {
|
|||||||
|
|
||||||
struct action_block : public action {
|
struct action_block : public action {
|
||||||
alignment align{alignment::NONE};
|
alignment align{alignment::NONE};
|
||||||
volatile double start_x{0.0};
|
double start_x{0.0};
|
||||||
volatile double end_x{0.0};
|
double end_x{0.0};
|
||||||
bool active{true};
|
bool active{true};
|
||||||
|
|
||||||
uint16_t width() const {
|
uint16_t width() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user