1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};