Kehom / GodotAddonPack

A collection of pure GDScript addons for Godot
http://kehomsforge.com
MIT License
183 stars 15 forks source link

network.gd contains OverlayDebugInfo #4

Closed yuraj11 closed 4 years ago

yuraj11 commented 4 years ago

There's line OverlayDebugInfo.set_label("dbg1", "Received delta snapshot") in network.gd line 768. I think it should not be there.

Kehom commented 4 years ago

You are absolutely right! I had it locally fixed but completely forgot to commit and push! It's now on the repository.

Thank you very much for pointing that out!