Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5656 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc


Ignore:
Timestamp:
Nov 20, 2005, 9:45:28 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Version of the String-splitter (without Escape-sequence for the time being)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/graphics_engine.cc

    r5509 r5656  
    259259
    260260  if (this->hwExtensions == NULL && extensions != NULL)
    261     this->hwExtensions = new SubString((char*)glGetString(GL_EXTENSIONS), true);
     261    this->hwExtensions = new SubString((char*)glGetString(GL_EXTENSIONS), " \n\t,");
    262262
    263263  PRINT(4)("Running on : %s %s %s\n", vendor, renderer, version);
Note: See TracChangeset for help on using the changeset viewer.