From 7697a6d38714a5b04b4971bd32130bbacfc2aaee Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 22 Jun 2023 02:42:18 -0400 Subject: [PATCH] comment --- script.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.lua b/script.lua index 06878c0..5193064 100644 --- a/script.lua +++ b/script.lua @@ -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={}