Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 25, 2006, 12:14:08 PM (18 years ago)
Author:
bensch
Message:

Shaders work perfectly again… this is somehow strange, because, i think, that one of them should not be able to load itself :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/graphics/shader.cc

    r9818 r9819  
    8888  if (!Shader::checkShaderAbility())
    8989    PRINTF(2)("Your system does not support shaders\n");
    90   else
    91     this->load(vertexShaderFile, fragmentShaderFile);
     90  this->load(vertexShaderFile, fragmentShaderFile);
    9291
    9392}
Note: See TracChangeset for help on using the changeset viewer.