1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-03 00:20:21 +02:00

Resolves some warnings for Android version (#13862)

This commit is contained in:
Muhammad Rifqi Priyo Susanto
2023-11-06 01:02:01 +07:00
committed by GitHub
parent adec16790b
commit 7213ff7a00
2 changed files with 3 additions and 4 deletions

View File

@ -169,7 +169,6 @@ private:
LocalPlayer *m_player;
ParticleSpawnerParameters p;
std::vector<ClientParticleTexture> m_texpool;
size_t m_texcount;
std::vector<float> m_spawntimes;
u16 m_attached_id;
};