Browse Source

Update platformVideo.cc

Minor Fix - Additional return path
Simon Love 9 years ago
parent
commit
312f78499a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      engine/source/platform/platformVideo.cc

+ 2 - 0
engine/source/platform/platformVideo.cc

@@ -470,6 +470,8 @@ bool Video::getVerticalSync()
 {
 {
     if (smCurrentDevice)
     if (smCurrentDevice)
         return smCurrentDevice->getVerticalSync();
         return smCurrentDevice->getVerticalSync();
+    
+    return( false );
 }
 }
 
 
 //------------------------------------------------------------------------------
 //------------------------------------------------------------------------------