Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Fix PETBEN alphatimer local/global mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyazel committed Dec 14, 2018
1 parent a879e07 commit 6dc08c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Objects/PETBTN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ end

--this function gets called from the controlOnUpdate in the Neuron.lua file
function PETBTN.controlOnUpdate(elapsed)
local alphaTimer, alphaDir = 0, 0

alphaTimer = alphaTimer + elapsed * 2.5

Expand Down

0 comments on commit 6dc08c7

Please sign in to comment.