From 74b3c95070d60a19450b04780a99f4fb7a6fb2f8 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Sat, 14 Jun 2014 13:12:08 +0300
Subject: In fps tests show fps on console.

---
 src/test/testlauncher.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src')

diff --git a/src/test/testlauncher.cpp b/src/test/testlauncher.cpp
index 84283ee6e..117793867 100644
--- a/src/test/testlauncher.cpp
+++ b/src/test/testlauncher.cpp
@@ -182,6 +182,7 @@ int TestLauncher::testFps()
     file << mTest << std::endl;
     file << tFps << std::endl;
 
+    printf("fps: %u\n", tFps);
     sleep(1);
     return 0;
 }
@@ -215,6 +216,7 @@ int TestLauncher::testFps2()
     file << mTest << std::endl;
     file << tFps << std::endl;
 
+    printf("fps: %u\n", tFps);
     sleep(1);
     return 0;
 }
-- 
cgit v1.2.3-70-g09d2