GAME.rec更名GAME.rep

This commit is contained in:
MrZ626
2020-12-14 16:48:44 +08:00
parent ca9565bb60
commit a12df840a4
4 changed files with 7 additions and 7 deletions

View File

@@ -169,7 +169,7 @@ function scene.update(dt)
--Replay
if GAME.replaying then
_=GAME.replaying
local L=GAME.rec
local L=GAME.rep
while GAME.frame==L[_]do
local k=L[_+1]
if k>0 then