diff options
| author | Ray <raysan5@gmail.com> | 2016-07-10 20:07:54 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-07-10 20:07:54 +0200 |
| commit | d587cc0e36a45798bad7ff1c01d7ba84723d011e (patch) | |
| tree | f6abdd2fd1713ad4d776a3d9b24243e326d95e0c /examples/core_oculus_rift.c | |
| parent | 17331258738229ca087437c31bbfc3c9495fe42e (diff) | |
| download | raylib-d587cc0e36a45798bad7ff1c01d7ba84723d011e.tar.gz raylib-d587cc0e36a45798bad7ff1c01d7ba84723d011e.zip | |
Setup values for Oculus Rift DK2
Oculus Rift CV1 default values seem not to be available...
Diffstat (limited to 'examples/core_oculus_rift.c')
| -rw-r--r-- | examples/core_oculus_rift.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/core_oculus_rift.c b/examples/core_oculus_rift.c index fa70c487..b8a60f7a 100644 --- a/examples/core_oculus_rift.c +++ b/examples/core_oculus_rift.c @@ -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"); |
