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