mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Some minor Fastface optimizations. (#7628)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user