mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-19 20:17:55 +00:00
Instantiating a new ProjectSettings is *not* the way to go. ConfigFile works just fine to read/change a single value. Fixes memory leaks as the instantiated ProjectSettings was never freed. Forbid doing this to prevent such problems. Fixes #25661.