You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 added latest changes
This commit is contained in:
@@ -165,7 +165,7 @@ export class Motions
|
||||
{
|
||||
if(!Motions._TIMER)
|
||||
{
|
||||
Motions._TIMER = setInterval(Motions.onTick, Motions.TIMER_TIME);
|
||||
Motions._TIMER = setInterval(() => Motions.onTick(), Motions.TIMER_TIME);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user