Skip to content

Commit

Permalink
remove a todo in chunkutils.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin452 committed Mar 23, 2024
1 parent 2de939f commit 82facb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/world/chunks/chunkutils.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--TODO ReplaceChar is a source a memory problem and should be fixed
function ReplaceChar(str, pos, r)
return str:sub(1, pos - 1) .. r .. str:sub(pos + 1)
end
Expand Down

0 comments on commit 82facb5

Please sign in to comment.