File diff r28749:62e6a2924a0b → r28750:2657250b24e9
src/video/video_driver.cpp
Show inline comments
 
@@ -22,8 +22,8 @@
 
#include "../window_func.h"
 
#include "video_driver.hpp"
 

	
 
bool _video_hw_accel; ///< Whether to consider hardware accelerated video drivers.
 
bool _video_vsync; ///< Whether we should use vsync (only if _video_hw_accel is enabled).
 
bool _video_hw_accel; ///< Whether to consider hardware accelerated video drivers on startup.
 
bool _video_vsync; ///< Whether we should use vsync (only if active video driver supports HW acceleration).
 

	
 
void VideoDriver::GameLoop()
 
{