mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-16 22:19:25 +07:00
chunks creation is not a structural change now
This commit is contained in:
@@ -527,7 +527,6 @@ local function __root_chunk(root_fragment)
|
|||||||
fragment_chunks[#fragment_chunks + 1] = root_chunk
|
fragment_chunks[#fragment_chunks + 1] = root_chunk
|
||||||
end
|
end
|
||||||
|
|
||||||
__structural_changes = __structural_changes + 1
|
|
||||||
return root_chunk
|
return root_chunk
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -642,7 +641,6 @@ local function __chunk_with_fragment(parent_chunk, child_fragment)
|
|||||||
fragment_chunks[#fragment_chunks + 1] = child_chunk
|
fragment_chunks[#fragment_chunks + 1] = child_chunk
|
||||||
end
|
end
|
||||||
|
|
||||||
__structural_changes = __structural_changes + 1
|
|
||||||
return child_chunk
|
return child_chunk
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user