Skip to content

Commit

Permalink
更新忘れ。
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatakinov committed Sep 16, 2023
1 parent c978244 commit 5c040d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var_info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ function M:add(key, pos, opt)
for k, v in pairs(opt) do
self._data[key][k] = v
end
pos.write = opt.write
pos.read = opt.read
table.insert(self._data[key].pos, pos)
return self._data[key]
end
Expand Down

0 comments on commit 5c040d0

Please sign in to comment.