[bug] SDL screen updating

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

[bug] SDL screen updating

Post by REDDemon »

When you recompile irrlicht with SDL and you run the application in debug mode a empty window is created:

the first update occurs only when you move the mouse the first time. After that all is going correctly.
The minimal code for reproduce that bug is the same for start an irrlicht app with an empty window.

I don't know if it depends on SDL or on irrlicht, maybe just adding a little warning about that in the documentation would be enough. anyway when launchin the app in release mode is ok and that bug wouldn't appen.

Probably is not a irrlicht issues. i'm trying to find out how to fix it.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Post Reply