Explorar el Código

Anzeige Fehler im Karten Shop behoben

Kolja Strohm hace 4 años
padre
commit
134e3b9f94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      KSGClient/NachLogin/Shop/Karten/KartenKaufen.cpp

+ 1 - 1
KSGClient/NachLogin/Shop/Karten/KartenKaufen.cpp

@@ -56,7 +56,7 @@ KartenKaufenAuswahl::KartenKaufenAuswahl( Schrift * zSchrift )
     laden = ( Framework::Animation2D * )ladeAnimation->dublizieren();
     laden->setPosition( 252, 165 );
     laden->setSichtbar( 0 );
-    pos = Punkt( 220, 10 );
+    pos = Punkt( 220, 55 );
     aktion = 0;
 }