1
General / Segmentation Fault on .Clear
« on: May 07, 2011, 06:43:13 pm »
I have a similar problem when I try using SFML/samples/opengl/OpenGL.cpp
Not only does it reference inexisting images:
but it also segfaults on
Not only does it reference inexisting images:
- datas/opengl/background.jpg
datas/opengl/texture.jpg
but it also segfaults on
- App.Draw(Background);
App.Draw(Text);