1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Automate texture listing for texture atlas making

This commit is contained in:
Perttu Ahola 2011-10-18 11:31:23 +03:00
parent eae2d35ca5
commit 05ab58cd14
5 changed files with 81 additions and 44 deletions

View file

@ -1278,6 +1278,9 @@ int main(int argc, char *argv[])
// Initial call with g_texturesource not set.
init_mapnode();
// Must be called before g_texturesource is created
// (for texture atlas making)
init_mineral();
/*
Run unit tests
@ -1475,7 +1478,6 @@ int main(int argc, char *argv[])
*/
init_mapnode(); // Second call with g_texturesource set
init_mineral();
/*
GUI stuff