• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

github 上にある MMDAI と MMDAI2 (VPVM) のミラーです


Commit MetaInfo

Revision06f863854be03586c321ff19b144490896e7a1f5 (tree)
Time2011-05-15 20:16:15
Authorhkrn <hikarin.jp@gmai...>
Commiterhkrn

Log Message

fixed scene translation bug

Change Summary

Incremental Difference

--- a/QMA/QMAScenePlayer.cc
+++ b/QMA/QMAScenePlayer.cc
@@ -529,7 +529,7 @@ void QMAScenePlayer::mouseMoveEvent(QMouseEvent *event)
529529 selectedObject->setMoveSpeed(-1.0f);
530530 }
531531 else if (modifiers & Qt::ShiftModifier) {
532- m_controller->setModelViewPosition(y, x);
532+ m_controller->setModelViewPosition(x, y);
533533 }
534534 else {
535535 rotate(x, y);