From 20a6f604b35776d18c39aeb141617540e3c39877 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Wed, 15 Nov 2000 23:07:20 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/framework/framework.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/framework/framework.cxx b/panda/src/framework/framework.cxx index 42d6493ba5..f73a06b0b0 100644 --- a/panda/src/framework/framework.cxx +++ b/panda/src/framework/framework.cxx @@ -1067,7 +1067,7 @@ int framework_main(int argc, char *argv[]) { RenderRelation *arc = new RenderRelation(root, geomnode, 10); first_arc = arc; - Texture *tex = TexturePool::load_texture("rock-floor.jpg"); + Texture *tex = TexturePool::load_texture("rock-floor.rgb"); if (tex != (Texture *)NULL) { tex->set_minfilter(Texture::FT_linear); tex->set_magfilter(Texture::FT_linear);