Fixed bugs in MOOSE

This commit is contained in:
FlightControl
2016-05-26 14:21:31 +02:00
parent 611741d7af
commit 4064caa743
18 changed files with 156 additions and 66 deletions

View File

@@ -116,7 +116,6 @@ FORMATION = {
-- return self
-- end
-- @todo need to investigate if the deepCopy is really needed... Don't think so.
function BASE:New()
local Child = routines.utils.deepCopy( self )
local Parent = {}