Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Dangling TODOs from previous project
Browse files Browse the repository at this point in the history
  • Loading branch information
DemmyDemon committed Nov 10, 2019
1 parent 7e6541b commit 16b3996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local debugMeta = {
instance:add(...)
end,
__newindex = function(instance, key, value)
-- TODO "permanent message kvp" sort of thing?
-- Just drop. Ignore. Go away.
end,
__index = function(instance,key)
return instance._methods[key]
Expand Down
2 changes: 1 addition & 1 deletion octree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ end

local boundsMeta = {
__newindex = function(instance,key,value)
-- TODO what do I even need here?
-- Drop. Ignore. Go away.
end,
__index = function(instance,key)
return instance._methods[key]
Expand Down

0 comments on commit 16b3996

Please sign in to comment.