Fixed gcc warnings and errors

This commit is contained in:
Otger
2015-11-29 20:17:06 +01:00
parent 4f757cdf5a
commit d72443d6b0
5 changed files with 80 additions and 71 deletions

View File

@@ -338,7 +338,7 @@ void glTFExporter::ExportScene()
// root node will be the first one exported (idx 0)
if (mAsset->nodes.Size() > 0) {
scene->nodes.push_back(mAsset->nodes.Get(0u));
scene->nodes.push_back(mAsset->nodes.Get(size_t(0)));
}
// set as the default scene