we have less than 8 layers
This commit is contained in:
parent
d421e8d722
commit
b5b7228839
|
@ -16,6 +16,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// no more than 8 layers
|
||||
#define LAYER_STATE_8BIT
|
||||
|
||||
// we don't use one shots
|
||||
#define NO_ACTION_ONESHOT
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// no more than 8 layers
|
||||
#define LAYER_STATE_8BIT
|
||||
|
||||
// we don't use one shots
|
||||
#define NO_ACTION_ONESHOT
|
||||
|
||||
|
|
Loading…
Reference in a new issue