elnormous / RealisticWaterSceneNode

Realistic water scene node for Irrlicht
BSD 2-Clause "Simplified" License
26 stars 4 forks source link

Fixing compilation and runtime error I got #1

Closed PuKoren closed 11 years ago

PuKoren commented 11 years ago

Hello,

Here is a pull request I made based on my usage of your great irrlicht addition. I got some issues at compile time and run time (a missing closing bracket and a file not found because of a missing folder in the ressource path)

I also replaced the #pragma once with a more classical C #ifdef because I'm not using Visual Studio so #pragma is not recognized.

Best regards and thanks again for your great water SceneNode