Subversion Repository Public Repository

litesoft

Diff Revisions 550 vs 551 for /trunk/GWT_Sandbox/MultiModule/foundation/src/org/litesoft/sandbox/multimodule/foundation/client/widgets/DieRotator.java

Diff revisions: vs.
  @@ -45,7 +45,7 @@
45 45 {
46 46 mDie.makeViewResult( pViewToMakeResult );
47 47 updateDieImage();
48 - pFaceSwitcher.switchTo( Places.fromOrdinal( mDie.getResult() - 1 ) );
48 + pFaceSwitcher.switchTo( Places.fromOrdinal( mDie.getResult() ) );
49 49 }
50 50 } );
51 51 zButton.getElement().getStyle().setCursor( Style.Cursor.POINTER );