This commit is contained in:
NullBite 2023-06-22 02:42:18 -04:00
parent 964c6ec8cb
commit 7697a6d387
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -25,6 +25,7 @@ UVManager=require("nulllib.UVManager")
lerp=math.lerp -- this is implemented in figura now
wave=nmath.wave
-- this is too horrifying to put into nulllib for now
-- syncState {{{
do
local counter=0
@ -68,6 +69,7 @@ function ping.syncState(tbl)
end
-- }}}
-- so is this
-- Master and local state variables -- {{{
-- Local State (these are copied by pings at runtime) --
local_state={}