mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
parent
c8d3d11339
commit
ae9b5e0098
31 changed files with 428 additions and 523 deletions
|
@ -53,7 +53,7 @@ class Particle : public scene::ISceneNode
|
|||
u8 glow,
|
||||
video::SColor color = video::SColor(0xFFFFFFFF)
|
||||
);
|
||||
~Particle();
|
||||
~Particle() = default;
|
||||
|
||||
virtual const aabb3f &getBoundingBox() const
|
||||
{
|
||||
|
@ -133,7 +133,7 @@ class ParticleSpawner
|
|||
const struct TileAnimationParams &anim, u8 glow,
|
||||
ParticleManager* p_manager);
|
||||
|
||||
~ParticleSpawner();
|
||||
~ParticleSpawner() = default;
|
||||
|
||||
void step(float dtime, ClientEnvironment *env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue