Copy sphere map setting to instances.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@12 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Andrzej Kapolka
2006-07-09 00:47:15 +00:00
parent 70849cb3dd
commit 44ddf2f72e
@@ -255,6 +255,7 @@ public class ModelMesh extends TriMesh
mstore._textures = _textures;
mstore._tstates = _tstates;
}
mstore._sphereMapped = _sphereMapped;
return mstore;
}