mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
g13d: Fix initialization order
This commit is contained in:
parent
47d876b4cb
commit
b7f784563c
@ -104,7 +104,7 @@ void G13_StickZone::test(const G13_ZoneCoord &loc) {
|
|||||||
|
|
||||||
G13_StickZone::G13_StickZone(G13_Stick &stick, const std::string &name,
|
G13_StickZone::G13_StickZone(G13_Stick &stick, const std::string &name,
|
||||||
const G13_ZoneBounds &b, G13_ActionPtr action)
|
const G13_ZoneBounds &b, G13_ActionPtr action)
|
||||||
: G13_Actionable<G13_Stick>(stick, name), _bounds(b), _active(false) {
|
: G13_Actionable<G13_Stick>(stick, name), _active(false), _bounds(b) {
|
||||||
set_action(action);
|
set_action(action);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user