dumb typo fix
This commit is contained in:
parent
1a1183a854
commit
472b4f2931
@ -2,9 +2,9 @@ local class = require "lib.middleclass"
|
||||
|
||||
local Element = class("Element")
|
||||
|
||||
Double.static.maxCount = 100 --1000
|
||||
Double.static.generated = 0
|
||||
Double.static.count = 0
|
||||
Element.static.maxCount = 100 --1000
|
||||
Element.static.generated = 0
|
||||
Element.static.count = 0
|
||||
|
||||
function Element:initialize(double)
|
||||
-- DO SHIT BASED ON POSITIVE OR NEGATIVE
|
||||
|
Loading…
Reference in New Issue
Block a user