From 5c6ed9cdb40e8ecb78eb6a7fb1079d440ff47913 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 14 Apr 2016 22:11:48 +0200 Subject: [PATCH] Change testbed application resolution --- testbed/src/TestbedApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/src/TestbedApplication.cpp b/testbed/src/TestbedApplication.cpp index 0c64a01c..f57aa829 100644 --- a/testbed/src/TestbedApplication.cpp +++ b/testbed/src/TestbedApplication.cpp @@ -49,7 +49,7 @@ const float TestbedApplication::SCROLL_SENSITIVITY = 0.08f; // Constructor TestbedApplication::TestbedApplication(bool isFullscreen) - : Screen(Vector2i(1100, 700), "Testbed ReactPhysics3D", true, isFullscreen), + : Screen(Vector2i(1280, 800), "Testbed ReactPhysics3D", true, isFullscreen), mIsInitialized(false), mGui(this), mFPS(0), mNbFrames(0), mPreviousTime(0), mLastTimeComputedFPS(0), mFrameTime(0), mPhysicsTime(0) {