diff Buttons.lua @ 12:2735edcf9ab7

Version 0.34
author Flick <flickerstreak@gmail.com>
date Wed, 21 Mar 2007 00:13:27 +0000
parents f3a7bfebc283
children 639282f3a0e0
line wrap: on
line diff
--- a/Buttons.lua	Tue Mar 20 21:38:47 2007 +0000
+++ b/Buttons.lua	Wed Mar 21 00:13:27 2007 +0000
@@ -4,7 +4,7 @@
 --
 
 local AceOO = AceLibrary("AceOO-2.0")
-local ReBound = AceLibrary("ReBound-1.0")
+local ReBound = AceLibrary("ReBound-1.0"):new("REACTION")
 
 local Action = AceOO.Class(
   ReAction,