tlorach / nvFX

Generic Effect system for Graphic API's (OpenGL and DirectX)
280 stars 53 forks source link

Mistake in OpenGLSimpleSceneEffect.cpp #3

Open Neill3d opened 10 years ago

Neill3d commented 10 years ago

This is a very smal mistype, but just to let you know

file - OpenGLSimpleSceneEffect.cpp line - 438

fp = fopen("incName", "r"); incName should be without quotes I guess.