From 079c2db408d8ec6d227faf6da38ac372815545c4 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 14 Aug 2016 17:56:36 +0200 Subject: [PATCH] SDK/ParticleGroupComponent: Fix ParticleGroupComponent not being a handled object Former-commit-id: 5b9da942f722e5346392c5a68c9d6b8eee703446 [formerly 32a18bc118dc5bf61fc8b1bd3e1708c4aca732f3] [formerly 7af7c88829c78e89b3138da1121aa5d0e12f245e [formerly d655301ce12411b9a13b3bec703b4590370d1e1b]] Former-commit-id: 9db87b3fec6af71501e434fde3f840ad65f1089a [formerly 8fc0513356e655f376cb7cc72f00839c4008fbf4] Former-commit-id: ec3b527603d3c772539fa6e67d05331777d555a7 --- SDK/include/NDK/Components/ParticleGroupComponent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK/include/NDK/Components/ParticleGroupComponent.hpp b/SDK/include/NDK/Components/ParticleGroupComponent.hpp index 0dce5dd23..549a6df5c 100644 --- a/SDK/include/NDK/Components/ParticleGroupComponent.hpp +++ b/SDK/include/NDK/Components/ParticleGroupComponent.hpp @@ -17,7 +17,7 @@ namespace Ndk using ParticleGroupComponentHandle = Nz::ObjectHandle; - class NDK_API ParticleGroupComponent : public Component, public Nz::ParticleGroup + class NDK_API ParticleGroupComponent : public Component, public Nz::ParticleGroup, public Nz::HandledObject { public: inline ParticleGroupComponent(unsigned int maxParticleCount, Nz::ParticleLayout layout);