Skip to content

Commit 1c0405f

Browse files
committed
fix: update RSTranslator RSMap.Scope
1 parent 92e291a commit 1c0405f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/math/rstranslator.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ that can be used by Simba and back.
2121
RSMap: record
2222
const ChunkSide: Integer = 64;
2323
const Dimensions: TPoint = [100,200];
24-
const Scope: TBox = [16, 19, 66, 196];
24+
const Scope: TBox = [15, 19, 66, 196];
2525
end;
2626

2727
Map: record

0 commit comments

Comments
 (0)