setting up the SDL
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
thanks for the help
Okay, it will compile when I include it now it was the argc/argv thing, I guess I should have checked the faq on SDL.org, I'll continue testing but I'll keep this thread open just in case.
That would be illogical captain...
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
ummmm
If I use SDL delay from the SDL timer, is there any way to get Irrlicht to wait to?.
That would be illogical captain...
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
SDL_delay() is a blocking call. It won't return until (at least) the specified duration expires.
You generally don't want to do this, at least in a single threaded app.
You generally don't want to do this, at least in a single threaded app.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way