1
0
Fork 0

I goofed on the log message in the last commit ... now fixed.

This commit is contained in:
curt 1998-06-06 01:09:31 +00:00
parent 0a840e1dbd
commit d0b19c0ce1
4 changed files with 16 additions and 0 deletions

View file

@ -108,8 +108,12 @@ extern fgMATERIAL_MGR material_mgr;
// $Log$
// Revision 1.6 1998/06/06 01:09:31 curt
// I goofed on the log message in the last commit ... now fixed.
//
// Revision 1.5 1998/06/06 01:07:17 curt
// Increased per material fragment list size from 100 to 400.
// Now correctly draw viewable fragments in per material order.
//
// Revision 1.4 1998/06/05 22:39:53 curt
// Working on sorting by, and rendering by material properties.

View file

@ -422,8 +422,12 @@ int fgObjLoad(char *path, fgTILE *tile) {
// $Log$
// Revision 1.11 1998/06/06 01:09:31 curt
// I goofed on the log message in the last commit ... now fixed.
//
// Revision 1.10 1998/06/06 01:07:17 curt
// Increased per material fragment list size from 100 to 400.
// Now correctly draw viewable fragments in per material order.
//
// Revision 1.9 1998/06/05 22:39:54 curt
// Working on sorting by, and rendering by material properties.

View file

@ -102,8 +102,12 @@ public:
// $Log$
// Revision 1.5 1998/06/06 01:09:32 curt
// I goofed on the log message in the last commit ... now fixed.
//
// Revision 1.4 1998/06/06 01:07:18 curt
// Increased per material fragment list size from 100 to 400.
// Now correctly draw viewable fragments in per material order.
//
// Revision 1.3 1998/06/05 22:39:54 curt
// Working on sorting by, and rendering by material properties.

View file

@ -459,8 +459,12 @@ void fgTileMgrRender( void ) {
// $Log$
// Revision 1.18 1998/06/06 01:09:32 curt
// I goofed on the log message in the last commit ... now fixed.
//
// Revision 1.17 1998/06/06 01:07:18 curt
// Increased per material fragment list size from 100 to 400.
// Now correctly draw viewable fragments in per material order.
//
// Revision 1.16 1998/06/05 22:39:55 curt
// Working on sorting by, and rendering by material properties.