Home
last modified time | relevance | path

Searched refs:rotation_masked (Results 1 – 1 of 1) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DViewport.cpp1937 uint8_t rotation_masked = rotation & 3; in get_current_rotation() local
1939 if (rotation != rotation_masked) in get_current_rotation()
1943 static_cast<uint32_t>(rotation_masked)); in get_current_rotation()
1946 return rotation_masked; in get_current_rotation()