Renamed particle fire sample

This commit is contained in:
Sascha Willems 2023-07-16 16:03:29 +02:00
parent 384b2031a2
commit 9dcc8110cf
25 changed files with 15 additions and 15 deletions

View file

@ -110,8 +110,8 @@
# include "../examples/textoverlay/textoverlay.cpp"
#endif
#ifdef MVK_particlefire
# include "../examples/particlefire/particlefire.cpp"
#ifdef MVK_particlesystem
# include "../examples/particlesystem/particlesystem.cpp"
#endif
// No headless target when using xcode examples project, builds/runs fine using vulkanExamples project.