dumb typo fix

This commit is contained in:
Paul Liverman 2015-11-24 11:12:26 -08:00
parent 1a1183a854
commit 472b4f2931

View File

@ -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