Changed: #1145 Implement VSync under Linux

This commit is contained in:
kervala 2010-10-30 14:21:11 +02:00
parent 08386e0c28
commit c3af7e3bba

View file

@ -2071,6 +2071,7 @@ void CDriverGL::setSwapVBLInterval(uint interval)
nlwarning("Could not set swap interval");
}
}
#endif
}
// ***************************************************************************