Fix overlapping merges

pull/563/head
Andy Maloney 2015-05-18 09:51:09 -04:00
parent 7cd8cc1b1f
commit 28cc934bb9
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ static const unsigned int DeadBeef = 0xdeadbeef;
// Constructor to be privately used by Importer // Constructor to be privately used by Importer
OptimizeMeshesProcess::OptimizeMeshesProcess() OptimizeMeshesProcess::OptimizeMeshesProcess()
: mScene() : mScene()
, mesh()
, pts(false) , pts(false)
, max_verts( NotSet ) , max_verts( NotSet )
, max_faces( NotSet ) { , max_faces( NotSet ) {