@@ -48,9 +48,9 @@ ObjektTool::ObjektTool( Schrift *zSchrift, KarteDaten *daten )
{
if( !texturPath )
return;
- ObjektDaten o;
- this->daten->getResourceIdFromPath( modelPath, [ this, &o, texturPath ]( int id )
+ this->daten->getResourceIdFromPath( modelPath, [ this, texturPath ]( int id )
+ ObjektDaten o = ObjektDaten();
o.m2d = id;
this->daten->getResourceIdFromPath( texturPath, [ this, &o ]( int id )