Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5075 in orxonox.OLD for trunk/src/lib/graphics/importer


Ignore:
Timestamp:
Aug 19, 2005, 3:21:27 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: redirected all printf-output to the shell
This is just for testing purposes, and will be changed again in the future (perhaps)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/md2Model.cc

    r4836 r5075  
    1818#include "material.h"
    1919
     20#include "debug.h"
    2021#include "resource_manager.h"
    2122
     
    8485  if( unlikely(this->data == NULL))
    8586    PRINTF(0)("The model was not found, MD2Model Loader finished abnormaly. Update the data-repos\n");
    86  
     87
    8788  this->scaleFactor = this->data->scaleFactor;
    8889  this->setAnim(BOOM);
     
    381382  */
    382383
    383  
     384
    384385
    385386
Note: See TracChangeset for help on using the changeset viewer.