[quake3-commits] r1793 - trunk/code/renderer

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 30 19:21:34 EDT 2010


Author: thilo
Date: 2010-08-30 19:21:34 -0400 (Mon, 30 Aug 2010)
New Revision: 1793

Modified:
   trunk/code/renderer/tr_model.c
Log:
fix typo


Modified: trunk/code/renderer/tr_model.c
===================================================================
--- trunk/code/renderer/tr_model.c	2010-08-29 18:11:15 UTC (rev 1792)
+++ trunk/code/renderer/tr_model.c	2010-08-30 23:21:34 UTC (rev 1793)
@@ -562,7 +562,7 @@
 				((float *)frame->bones)[j] = LittleFloat( ((float *)curframe->bones)[j] );
 			}
 			
-			curframe = (mdrFrame_t *) &cframe->bones[j];
+			curframe = (mdrFrame_t *) &curframe->bones[j];
 			frame = (mdrFrame_t *) &frame->bones[j];
 		}
 	}



More information about the quake3-commits mailing list