mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
More debugging
This commit is contained in:
@ -224,7 +224,6 @@ std::tuple<bool, std::string> CB3DJSONMeshFileLoader::readChunkTEXS() {
|
||||
texs = JSONDataContainer["TEXS"];
|
||||
} else {
|
||||
// Since it's optional, it succeeds if it's not there.
|
||||
println("goodbye");
|
||||
return {true, ""};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user