1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Add texture pack selection to main menu

This commit is contained in:
Novatux 2013-08-02 15:18:48 +02:00 committed by PilzAdam
parent fe1fe1b1e4
commit 383153419b
10 changed files with 125 additions and 17 deletions

View file

@ -118,6 +118,11 @@ public:
}
return result;
}
void clear ()
{
m_values.clear();
}
private:
std::map<Key, Value> m_values;