Optimized the lighting system.

Fixed a couple of bugs on the ui.
Fixed Mac OS X build.
This commit is contained in:
spartanj@gmail.com
2011-09-02 02:35:37 -03:00
parent 96c2b82e1e
commit becb98eabe
12 changed files with 128 additions and 32 deletions

View File

@@ -1792,15 +1792,6 @@ void cEETest::End() {
cEngine::DestroySingleton();
}
#if EE_PLATFORM == EE_PLATFORM_MACOSX
#ifdef EE_BACKEND_SDL_ACTIVE
#include <SDL/SDL_main.h>
#endif
#ifdef EE_BACKEND_ALLEGRO_ACTIVE
#include <allegro5/allegro.h>
#endif
#endif
int main (int argc, char * argv []) {
cEETest * Test = eeNew( cEETest, () );