Skip to content

Commit 2aa2c95

Browse files
authored
fix(rstranslator): Enlarge Map.Scope
1 parent c95a1ea commit 2aa2c95

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
@@ -27,7 +27,7 @@ that can be used by Simba and back.
2727
Map: record
2828
const ChunkSide: Integer = 256;
2929
const Dimensions: TPoint = [2560, 5120];
30-
const Scope: TBox = [4096, 4864, 16896, 50176];
30+
const Scope: TBox = [3840, 4864, 16896, 50176];
3131
end;
3232
end;
3333

0 commit comments

Comments
 (0)