David Rose 18 years ago
parent
commit
95b6ae2892
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/texturePool.cxx

+ 1 - 1
panda/src/gobj/texturePool.cxx

@@ -239,7 +239,7 @@ ns_has_texture(const Filename &orig_filename) {
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 Texture *TexturePool::
 Texture *TexturePool::
 ns_load_texture(const Filename &orig_filename, int primary_file_num_channels,
 ns_load_texture(const Filename &orig_filename, int primary_file_num_channels,
-    bool read_mipmaps) {
+                bool read_mipmaps) {
   Filename filename(orig_filename);
   Filename filename(orig_filename);
 
 
   if (!_fake_texture_image.empty()) {
   if (!_fake_texture_image.empty()) {