diff options
author | cutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475> | 2020-06-12 20:41:49 +0000 |
---|---|---|
committer | cutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475> | 2020-06-12 20:41:49 +0000 |
commit | 20b3d56987ca7b7a9d7f27b0a32a93f12e8dc530 (patch) | |
tree | 5fd7cc45a44c46b1134788ed90ffb70398179f4d /examples/25.XmlHandling/main.cpp | |
parent | 084e0e669a8d9c6a373ff3bcb410febca4d4a48a (diff) | |
download | irrlicht-20b3d56987ca7b7a9d7f27b0a32a93f12e8dc530.tar.xz |
Merging r6075 through r6106 from trunk to ogl-es branch.
Burnings renderer changes.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6116 dfc29bdd-3216-0410-991c-e03cc46cb475
Diffstat (limited to 'examples/25.XmlHandling/main.cpp')
-rw-r--r-- | examples/25.XmlHandling/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/25.XmlHandling/main.cpp b/examples/25.XmlHandling/main.cpp index 657ad8d..d022e5c 100644 --- a/examples/25.XmlHandling/main.cpp +++ b/examples/25.XmlHandling/main.cpp @@ -142,6 +142,8 @@ public: //we were at the end of the video section so we reset our tag
currentSection=L"";
break;
+ default:
+ break;
}
}
@@ -344,6 +346,8 @@ public: }
}
break;
+ default:
+ break;
}
}
|