- added a comment

This commit is contained in:
Marius Stanciu
2021-08-23 22:24:28 +03:00
committed by Marius
parent 2bde27631f
commit bbe8f237af

View File

@@ -98,6 +98,7 @@ def apply_patches():
offset = domain[0]
scale = domain[1] - domain[0]
# trying to solve artifacts at maximum zoom
if scale == 0 or not scale:
scale = 0.00000001