fetch actual report

This commit is contained in:
IliaDenisov
2026-03-17 16:27:14 +02:00
parent 0ce2690b3f
commit aaa35af8b7
3 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ func NewWorld(width, height int) *World {
themeDefaultCircleStyleID: StyleIDDefaultCircle,
themeDefaultPointStyleID: StyleIDDefaultPoint,
circleRadiusScaleFp: SCALE,
circleRadiusScaleFp: 1,
derivedCache: make(map[derivedStyleKey]StyleID, 128),