mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fix for me being stupid (again...)
This commit is contained in:
parent
0ac85e0daf
commit
983c4c0f87
@ -49,7 +49,7 @@ namespace SmGui {
|
||||
rdl = NULL;
|
||||
}
|
||||
|
||||
#define SET_DIFF_VOID(id) diffId = id; syncRequired = elem.forceSync;
|
||||
#define SET_DIFF_VOID(id) diffId = id; diffValue.type = DRAW_LIST_ELEM_TYPE_BOOL; syncRequired = elem.forceSync;
|
||||
#define SET_DIFF_BOOL(id, bo) diffId = id; diffValue.type = DRAW_LIST_ELEM_TYPE_BOOL; diffValue.b = bo; syncRequired = elem.forceSync;
|
||||
#define SET_DIFF_INT(id, in) diffId = id; diffValue.type = DRAW_LIST_ELEM_TYPE_INT; diffValue.i = in; syncRequired = elem.forceSync;
|
||||
#define SET_DIFF_FLOAT(id, fl) diffId = id; diffValue.type = DRAW_LIST_ELEM_TYPE_FLOAT; diffValue.f = fl; syncRequired = elem.forceSync;
|
||||
|
Loading…
Reference in New Issue
Block a user