Exemplo n.º 1
0
 void updateBaseTransform()
 {
     if (orientation != currentOrientation())
     {
         orientation = currentOrientation();
         queues.front().setBaseTransform(transformForOrientation(orientation));
     }
 }
Exemplo n.º 2
0
 void updateBaseTransform()
 {
     if (orientation != currentOrientation())
     {
         orientation = currentOrientation();
         currentTransforms.front() = transformForOrientation(orientation);
     }
 }