forked from speed-dreams/speed-dreams-code
Cosmetic debug traces simplifications in grloadac.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@716 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: d55d1e42a600513052f25de8d8bcd702cd09884b Former-commit-id: d94e3e569d91ced7497de436aeeabe3aa4c0d023
This commit is contained in:
parent
0bd3e97d80
commit
9dc61afbfc
1 changed files with 2 additions and 2 deletions
|
@ -1111,7 +1111,7 @@ ssgEntity *grssgCarLoadAC3D ( const char *fname, const ssgLoaderOptions* options
|
|||
t_xmin=+999999.0;
|
||||
t_ymin=+999999.0;
|
||||
|
||||
GfOut("CarLoadAC3D loading %s\n", fname);
|
||||
GfOut("Loading %s\n", fname);
|
||||
|
||||
ssgEntity *obj = myssgLoadAC ( fname, options ) ;
|
||||
|
||||
|
@ -1145,7 +1145,7 @@ ssgEntity *grssgLoadAC3D ( const char *fname, const ssgLoaderOptions* options )
|
|||
t_xmin=+999999.0;
|
||||
t_ymin=+999999.0;
|
||||
|
||||
GfOut("LoadAC3D loading %s\n", fname);
|
||||
GfOut("Loading %s\n", fname);
|
||||
|
||||
ssgEntity *obj = myssgLoadAC ( fname, options ) ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue