Interface textures are now loaded on initialization

This commit is contained in:
CobaltXII
2019-01-03 15:36:36 -05:00
parent 218bfba8ee
commit 340cea2a0f

View File

@@ -173,6 +173,10 @@ int main(int argc, char** argv)
GLuint block_texture_array = load_block_texture_array();
// Load the interface textures.
load_interface_textures();
// Load the block face_info* array.
load_block_face_info_array();