Collada: Silence uninitialized variable warning
authorTuro Lamminen <turotl@gmail.com>
Mon, 18 Sep 2017 11:10:58 +0000 (14:10 +0300)
committerTuro Lamminen <turotl@gmail.com>
Mon, 18 Sep 2017 11:10:58 +0000 (14:10 +0300)
commit41724ace2d0fdba04330b95d4018b499a09ea73c
tree1464dc987b2b9412a86c6e49407ede26c0bbdcf2
parent702bc6358eccd1ae16bf58220680c83c2e3991ce
Collada: Silence uninitialized variable warning

This is a false positive. Value of 'method' is only used if 'targetMeshes'
contains something and all paths through the first loop which add stuff
to 'targetMeshes' also set 'method'.
code/ColladaLoader.cpp