规范代码,大量xxx=nil换成xxx=false

This commit is contained in:
MrZ626
2020-12-22 14:54:01 +08:00
parent f611199fab
commit fe2abf6903
25 changed files with 127 additions and 128 deletions

View File

@@ -7,11 +7,11 @@ local BGlist={
}
local BG={
cur="none",
init=nil,
resize=nil,
init=false,
resize=false,
update=NULL,
draw=BGlist.none.draw,
event=nil,
event=false,
discard=NULL,
}