quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
21 stars 12 forks source link

Cleanup debug warnings #16

Closed quellus closed 2 months ago

quellus commented 2 months ago

Is your feature request related to a problem? Please describe. When opening the program in the Godot engine, there are a lot of debug warnings. These warnings should be resolved. Most of these are incredibly simple to solve and a some of them could solve potential future bugs.

Warnings, while seeming harmless, could cause bigger issues when we create a release. It's good practice not to ignore them.

Describe the solution you'd like Resolve all debug warnings. The debugger should give no warnings or errors when running the project.

Describe alternatives you've considered There are two alternatives:

  1. Debug warnings can be ignored in the project settings
  2. We can just actually ignore the yellow text that pops up in the editor
code807 commented 2 months ago

Debug warnings were cleared as of #39