Setup values for Oculus Rift DK2

Oculus Rift CV1 default values seem not to be available...
This commit is contained in:
Ray 2016-07-10 20:07:54 +02:00
parent 1733125873
commit d587cc0e36
3 changed files with 8 additions and 8 deletions

View file

@ -18,8 +18,8 @@ int main()
{
// Initialization
//--------------------------------------------------------------------------------------
int screenWidth = 1080;
int screenHeight = 600;
int screenWidth = 1280;
int screenHeight = 800;
InitWindow(screenWidth, screenHeight, "raylib [core] example - oculus rift");