dice and source bugfix

This commit is contained in:
2022-12-14 10:32:38 +01:00
parent 7353d4ebbf
commit c46635f4e0
5 changed files with 128 additions and 128 deletions

View File

@@ -24,7 +24,7 @@ public class Source : MonoBehaviour
private void Update() {
if(isNyitva && oszlop != -1 && sor.Count == 1) {
sourceRender(sor[0], oszlop);
sourceRender(oszlop, sor[0]);
if (!oneTime) {
printSourceLocation();
oneTime = true;