Revision: 1445
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1445&view=rev
Author:   rorthomas
Date:     2010-07-13 22:44:10 +0000 (Tue, 13 Jul 2010)

Log Message:
-----------
fixed usecaelum

Modified Paths:
--------------
    trunk/source/main/RoRFrameListener.cpp

Modified: trunk/source/main/RoRFrameListener.cpp
===================================================================
--- trunk/source/main/RoRFrameListener.cpp      2010-07-13 22:42:00 UTC (rev 
1444)
+++ trunk/source/main/RoRFrameListener.cpp      2010-07-13 22:44:10 UTC (rev 
1445)
@@ -4804,6 +4804,7 @@
 
        Light *mainLight = 0;
 #ifdef USE_CAELUM
+       bool useCaelum = SETTINGS.getSetting("Sky effects")=="Caelum (best 
looking, slower)";
        if(!useCaelum)
                mainLight = mSceneMgr->getLight("MainLight");
        else
@@ -4814,7 +4815,6 @@
 
 #ifdef USE_CAELUM
        //Caelum skies
-       bool useCaelum = SETTINGS.getSetting("Sky effects")=="Caelum (best 
looking, slower)";
        if (useCaelum)
        {
                //mCamera->setNearClipDistance (0.01);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to