menu select - toggle mouse cam

Issue #120 resolved
brian soe created an issue

There is an incorrect use of ~, rather than !

src/scl/graphics/chai/CiaiGlutHandler,cpp:

void menuSelect(int value){ ... case SChaiGlobals::OPTION_TOGGLE_MOUSE_CAM_SELECT:

    chai_glob_ds->GLOB_chaiDbptr->mouse_mode_cam_ = ~(chai_glob_ds->GLOB_chaiDbptr->mouse_mode_cam_);

Comments (1)

  1. Log in to comment