Prechádzať zdrojové kódy

Anzeige Fehler im Karten Shop behoben

Kolja Strohm 4 rokov pred
rodič
commit
134e3b9f94

+ 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;
 }