diff options
Diffstat (limited to 'examples/09.Meshviewer/main.cpp')
-rw-r--r-- | examples/09.Meshviewer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/09.Meshviewer/main.cpp b/examples/09.Meshviewer/main.cpp index 010ad6e..1a5f51a 100644 --- a/examples/09.Meshviewer/main.cpp +++ b/examples/09.Meshviewer/main.cpp @@ -978,7 +978,7 @@ int main(int argc, char* argv[]) // load the irrlicht engine logo
IGUIImage *img =
- env->addImage(driver->getTexture("irrlichtlogo2.png"),
+ env->addImage(driver->getTexture("irrlichtlogo3.png"),
core::position2d<s32>(10, driver->getScreenSize().Height - 128));
// lock the logo's edges to the bottom left corner of the screen
|