From f21990ea062dc6520512f47d88f0406a9e60e41b Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 2 Feb 2007 17:59:51 +0000 Subject: --- Texture_manager.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Texture_manager.cs b/Texture_manager.cs index 0d88041..7177cb6 100644 --- a/Texture_manager.cs +++ b/Texture_manager.cs @@ -161,14 +161,15 @@ namespace OpenSim private void initialise() { - //for now read in our test image + TextureImage im=new TextureImage(); im.filename="testpic2.jp2"; im.Full_ID=new LLUUID("00000000-0000-0000-5005-000000000005"); this.LoadImage(im); this.textures.Add(im.Full_ID,im); - im=new TextureImage(); + //Change these filenames to images you want to use. + im=new TextureImage(); im.filename="map_base.jp2"; im.Full_ID=new LLUUID("00000000-0000-0000-7007-000000000006"); this.LoadImage(im); -- cgit v1.1