Merge pull request #1657 from tobbi/fix_mac_compilation
Fix mac compilation (syntax error)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user