Explorar el Código

Fehler behoben

Kolja Strohm hace 5 años
padre
commit
f937740692
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      MausEreignis.h

+ 2 - 2
MausEreignis.h

@@ -40,9 +40,9 @@ namespace Framework
         // Speichert, ob sich das mausereignis innerhalb des Objektes befindet, welches dieses Objekt beinhaltet
         bool insideParent;
         // original X koordinate
-        int originalY;
-        // original Y koordinate
         int originalX;
+        // original Y koordinate
+        int originalY;
     };
 
     // Speichert eine bestimmte Mauseingabe des Nutzers