mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 04:45:33 +00:00
Remove C++11 stuff.
This commit is contained in:
parent
e38417e662
commit
6d687993b8
1 changed files with 2 additions and 2 deletions
|
@ -300,14 +300,14 @@ namespace CSVRender
|
|||
//FIXME: for testing only
|
||||
case Qt::Key_N:
|
||||
setVisibilityMask((uint32_t)mViewport->getVisibilityMask()
|
||||
& ~(uint32_t)CSVRender::Elements::Element_CellMarker);
|
||||
& ~(uint32_t)CSVRender::Element_CellMarker);
|
||||
updateOverlay();
|
||||
break;
|
||||
|
||||
//FIXME: for testing only
|
||||
case Qt::Key_M:
|
||||
setVisibilityMask((uint32_t)mViewport->getVisibilityMask()
|
||||
| (uint32_t)CSVRender::Elements::Element_CellMarker);
|
||||
| (uint32_t)CSVRender::Element_CellMarker);
|
||||
updateOverlay();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue