This commit is contained in:
Fluffy
2023-09-26 20:15:27 +02:00
committed by GitHub
parent c48dc856e8
commit 173f73ae27
3 changed files with 44 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ There are several things that need to be remembered:
var/matrix/M = matrix()
switch(src.dir)
if(NORTH,EAST)
if(SOUTH,EAST)
M.Turn(90)
else
M.Turn(-90)