Fix mac compilation (syntax error)
This commit is contained in:
parent
01a7094cd8
commit
1e384ebb52
@ -1709,7 +1709,7 @@ bool CIrrDeviceMacOSX::activateJoysticks(core::array<SJoystickInfo> & joystickIn
|
||||
|
||||
SJoystickInfo returnInfo;
|
||||
returnInfo.Joystick = jindex;
|
||||
returnInfo..HasGenericName = false;
|
||||
returnInfo.HasGenericName = false;
|
||||
returnInfo.Axes = info.axes;
|
||||
//returnInfo.Hats = info.hats;
|
||||
returnInfo.Buttons = info.buttons;
|
||||
|
Loading…
Reference in New Issue
Block a user