mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Silence warning
This commit is contained in:
parent
9130102401
commit
33b32c5044
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ local function step(dt: number)
|
|||
end
|
||||
end
|
||||
|
||||
local stepped = game and game:GetService("RunService").Heartbeat:Connect(function(dt: number)
|
||||
local stepped: RBXScriptConnection? = game and game:GetService("RunService").Heartbeat:Connect(function(dt: number)
|
||||
task.defer(step, dt)
|
||||
end)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue