예제 #1
0
 void updateBaseTransform()
 {
     if (orientation != currentOrientation())
     {
         orientation = currentOrientation();
         queues.front().setBaseTransform(transformForOrientation(orientation));
     }
 }
예제 #2
0
파일: Graphics.cpp 프로젝트: Elland/gosu
 void updateBaseTransform()
 {
     if (orientation != currentOrientation())
     {
         orientation = currentOrientation();
         currentTransforms.front() = transformForOrientation(orientation);
     }
 }