Browse Source

no message

aignacio_sf 20 years ago
parent
commit
270d09a9d6
1 changed files with 4 additions and 6 deletions
  1. 4 6
      panda/src/dxgsg9/lru.cxx

+ 4 - 6
panda/src/dxgsg9/lru.cxx

@@ -558,13 +558,11 @@ void Lru::begin_frame ( )
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 void Lru::update_page_priorities (void)
 void Lru::update_page_priorities (void)
 {
 {
-  int        index;
-  LruPage  * lru_page;
+  int index;
+  LruPage *lru_page;
 
 
-  for(index = 0; index < this->_m.total_lru_page_priority_changes;
-      index++)
-  {
-    int  priority;
+  for(index = 0; index < this->_m.total_lru_page_priority_changes; index++) {
+    int priority;
 
 
     lru_page = this->_m.lru_page_priority_change_array[index];
     lru_page = this->_m.lru_page_priority_change_array[index];