Forráskód Böngészése

Update platformVideo.cc

Minor Fix - Additional return path
Simon Love 9 éve
szülő
commit
312f78499a
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      engine/source/platform/platformVideo.cc

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

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