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
This commit is contained in:
Lynix 2016-08-14 17:56:36 +02:00
parent d29813de02
commit 079c2db408
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace Ndk
using ParticleGroupComponentHandle = Nz::ObjectHandle<ParticleGroupComponent>;
class NDK_API ParticleGroupComponent : public Component<ParticleGroupComponent>, public Nz::ParticleGroup
class NDK_API ParticleGroupComponent : public Component<ParticleGroupComponent>, public Nz::ParticleGroup, public Nz::HandledObject<ParticleGroupComponent>
{
public:
inline ParticleGroupComponent(unsigned int maxParticleCount, Nz::ParticleLayout layout);