mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Some minor Fastface optimizations. (#7628)
This commit is contained in:
parent
8d68b2cd21
commit
3a95d760e9
3 changed files with 10 additions and 13 deletions
|
@ -313,10 +313,7 @@ struct TileLayer
|
|||
*/
|
||||
struct TileSpec
|
||||
{
|
||||
TileSpec() {
|
||||
for (auto &layer : layers)
|
||||
layer = TileLayer();
|
||||
}
|
||||
TileSpec() = default;
|
||||
|
||||
/*!
|
||||
* Returns true if this tile can be merged with the other tile.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue