[2.1] OgreCore.zip bug

Minor issues with the Ogre API that can be trivial to fix
Post Reply
Shimayama
Halfling
Posts: 74
Joined: Sat Apr 25, 2009 2:20 pm
Location: Norway
x 1

[2.1] OgreCore.zip bug

Post by Shimayama »

There's an error in OgreCore.zip,

Code: Select all

diffuse_map ogretext.dds
needs to be changed to

Code: Select all

diffuse_map ogretext.png
or there'll be an exception when loading the zip resource.
Post Reply