Ver Fonte

indents

David Rose há 18 anos atrás
pai
commit
95b6ae2892
1 ficheiros alterados com 1 adições e 1 exclusões
  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::
 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()) {