Skip to content

Commit

Permalink
Revert "Merge pull request #3 from iH25/master"
Browse files Browse the repository at this point in the history
This reverts commit 85b477d, reversing
changes made to 4da4af9.
  • Loading branch information
Fernando-A-Rocha committed Sep 8, 2023
1 parent 85b477d commit aface80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions [editor]/editor_main/server/saveloadtest_server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -703,9 +703,6 @@ function createElementAttributesForSaving(xmlNode, element)
local colorString = vc[1]..","..vc[2]..","..vc[3]..","..vc[4]..","..vc[5]..","..vc[6]..","..vc[7]..","..vc[8]..","..vc[9]..","..vc[10]..","..vc[11]..","..vc[12]
xmlNodeSetAttribute(elementNode, "color", toAttribute(colorString))
end
if getElementData(element, "baseID") then
xmlNodeSetAttribute(elementNode, "model", tostring(getElementData(element, "baseID")))
end
return elementNode
end

Expand Down

0 comments on commit aface80

Please sign in to comment.