positionfix.diff

Position fix patch. Save position instead of setting to null - tebruno99, 11/26/2012 10:59 pm

Download (472 Bytes)

b/code/ryzom/client/src/village.cpp
108 108
	// For each children
109 109
	for(uint k = 0; k < sheet.IGs.size(); ++k)
110 110
	{
111
		_IG.addIG(sheet.IGs[k].IgName, sheet.IGs[k].ParentName, CVector::Null, CQuat::Identity);
111
		_IG.addIG(sheet.IGs[k].IgName, sheet.IGs[k].ParentName, pos, CQuat::Identity);
112 112
	}
113 113
	_Scene = scene;
114 114
	_IsOutpost= false;