Change print() to Debug for "Unknown direction!" message.

This commit is contained in:
Tigran Aivazian
2012-10-04 11:54:37 +01:00
parent 8f68227c3c
commit a2970bafad

View File

@@ -2665,7 +2665,7 @@ function UniReader:addAllCommands()
elseif y_direction == -1 then
max = y_s
else
print("ERROR: unknown direction!")
Debug("ERROR: unknown direction!")
end
max = max / step