1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-13 20:55:30 +01:00

Fixes and improvements for item image animations (#16620)

This commit is contained in:
cx384
2025-10-29 10:26:59 +01:00
committed by GitHub
parent 97c9f8f709
commit d4d3e10531
8 changed files with 37 additions and 43 deletions

View File

@@ -45,5 +45,6 @@ struct TileAnimationParams
// Modifies the texture name such that it only contains the first frame
// If the texture_size is know (client code), getTextureModifer should be used instead
// This function only exists for compatibility with old clients
void extractFirstFrame(std::string &name) const;
};