diff --git a/.gitignore b/.gitignore index 204ad38..b5832c6 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,6 @@ Voile.Fmod/runtimes/**/*.so* # DocFX .cache -/**/_site/ \ No newline at end of file +/**/_site/ + +*.dmp \ No newline at end of file diff --git a/TODO.md b/TODO.md index b764f96..7104d29 100644 --- a/TODO.md +++ b/TODO.md @@ -7,6 +7,7 @@ - ~~TextDataResource providing a convenient wrapper around TOML data files.~~ - ~~Add documentation for common classes.~~ - ~~Hot reloading of resources.~~ +- Separate render and update thread. ## I/O