fix issue 458, which was a warning about replacing the frames table in the default pump noteskins.

This commit is contained in:
AJ Kelly
2012-03-28 11:43:38 -05:00
parent dab1bd6ef0
commit f480d1bb64
3 changed files with 11 additions and 3 deletions
@@ -1,7 +1,9 @@
return NOTESKIN:LoadActor("UpLeft", "Ready Receptor")..{
--[[
Frames = {
{ Frame = 0 };
{ Frame = 1 };
{ Frame = 2 };
};
--]]
};