Working pre-activation and overhaul of drawings

This commit is contained in:
2026-08-18 14:46:51 +02:00
parent b429d4a284
commit 8cf41cbf49
13 changed files with 254 additions and 144 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ function Database.New(Logger)
for key, layer_object in pairs(layer.objects) do
if Util.startswith(layer_object.name, "drawing_", true) then
local object = layer_object --[[@as DrawingObject]]
local customDrawing = CustomDrawing.New(object, nil, self._logger.LogLevel)
local customDrawing = CustomDrawing.New(object)
table.insert(self._tables.CustomDrawings, customDrawing)
end
end