diff --git a/src/graphics/irr_driver.cpp b/src/graphics/irr_driver.cpp index 3322fa994..df82a5fa7 100644 --- a/src/graphics/irr_driver.cpp +++ b/src/graphics/irr_driver.cpp @@ -688,6 +688,7 @@ video::ITexture *IrrDriver::getTexture(const std::string &filename) #ifndef NDEBUG if (out == NULL) { + printf("Texture '%s' not found.\n", filename.c_str()); printf("Put a breakpoint at line %s:%i to debug!\n", __FILE__, __LINE__ ); } #endif