diff options
| author | Pedro Gimeno <pgimeno@users.noreply.notabug.org> | 2019-08-09 14:21:17 +0530 |
|---|---|---|
| committer | SmallJoker <mk939@ymail.com> | 2019-08-31 19:05:53 +0200 |
| commit | 9543b849703ba2e8edc0bd4696ccfb9e7888c293 (patch) | |
| tree | 4a56afe90fde5288c13677932a238ec847f7d9f5 /src/client/particles.h | |
| parent | 049256573b6fc379ab4cd1f867f33504de6abeee (diff) | |
| download | minetest-9543b849703ba2e8edc0bd4696ccfb9e7888c293.tar.xz | |
Fix rotation of attached particlespawner
Co-authored-by: ANAND <ClobberXD@gmail.com>
Diffstat (limited to 'src/client/particles.h')
| -rw-r--r-- | src/client/particles.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/particles.h b/src/client/particles.h index 353743372..e7b8cbe24 100644 --- a/src/client/particles.h +++ b/src/client/particles.h @@ -144,8 +144,7 @@ public: private: void spawnParticle(ClientEnvironment *env, float radius, - bool is_attached, const v3f &attached_pos, - float attached_yaw); + const core::matrix4 *attached_absolute_pos_rot_matrix); ParticleManager *m_particlemanager; float m_time; |
