mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 22:00:26 +01:00
Remove debugging
This commit is contained in:
parent
7c6cf9cc36
commit
ad20f19864
@ -222,7 +222,6 @@ std::tuple<bool, std::string> CB3DJSONMeshFileLoader::readChunkTEXS() {
|
|||||||
if (JSONDataContainer.contains("TEXS") && JSONDataContainer["TEXS"].is_array()) {
|
if (JSONDataContainer.contains("TEXS") && JSONDataContainer["TEXS"].is_array()) {
|
||||||
// We're referencing static memory.
|
// We're referencing static memory.
|
||||||
texs = JSONDataContainer["TEXS"];
|
texs = JSONDataContainer["TEXS"];
|
||||||
println("hello");
|
|
||||||
} 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");
|
println("goodbye");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user