Revision: 2453
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2453&view=rev
Author:   ulteq
Date:     2012-02-06 09:19:52 +0000 (Mon, 06 Feb 2012)
Log Message:
-----------
Fix: Missing preprocessor directive

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

Modified: trunk/source/main/gameplay/RoRFrameListener.cpp
===================================================================
--- trunk/source/main/gameplay/RoRFrameListener.cpp     2012-02-05 22:17:43 UTC 
(rev 2452)
+++ trunk/source/main/gameplay/RoRFrameListener.cpp     2012-02-06 09:19:52 UTC 
(rev 2453)
@@ -5996,8 +5996,10 @@
        // update GUI
        INPUTENGINE.Capture();
 
+#ifdef USE_SKIA
        if(mCanvasTextureClock1)
                updateGFXDebugging(dt);
+#endif // USE_SKIA
 
        //if(collisions)        printf("> ground model used: %s\n", 
collisions->last_used_ground_model->name);
 

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Rigsofrods-devel mailing list
Rigsofrods-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to