From 95b6ae2892c0782054faac07d6b95e465bcfd961 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 27 Aug 2007 16:45:42 +0000 Subject: [PATCH] indents --- panda/src/gobj/texturePool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/gobj/texturePool.cxx b/panda/src/gobj/texturePool.cxx index 964b97a280..6717cd9c23 100644 --- a/panda/src/gobj/texturePool.cxx +++ b/panda/src/gobj/texturePool.cxx @@ -239,7 +239,7 @@ ns_has_texture(const Filename &orig_filename) { //////////////////////////////////////////////////////////////////// Texture *TexturePool:: ns_load_texture(const Filename &orig_filename, int primary_file_num_channels, - bool read_mipmaps) { + bool read_mipmaps) { Filename filename(orig_filename); if (!_fake_texture_image.empty()) {