removed unnecessary assignment
This commit is contained in:
parent
d50e5c0c35
commit
ded2589e50
1 changed files with 0 additions and 1 deletions
1
main.lua
1
main.lua
|
|
@ -33,7 +33,6 @@ function love.update( dt )
|
|||
)
|
||||
if not intersects then
|
||||
local mech = Selected:clone()
|
||||
mech.position = GridPoint:new( Mouse.point.x, Mouse.point.y )
|
||||
mech.xcorner = GridPoint:new( Selected.xcorner.x, Selected.xcorner.y )
|
||||
table.insert( Mechs, mech )
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue