From 41ce1edbd725802bdd693f4953616e5c0e1338bb Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Fri, 9 Nov 2018 13:19:06 +0700 Subject: [PATCH] remove FPS counter from sample window title --- samples/sources/sample_00/sample_00.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/sources/sample_00/sample_00.cpp b/samples/sources/sample_00/sample_00.cpp index fd04f102..cefc9f60 100644 --- a/samples/sources/sample_00/sample_00.cpp +++ b/samples/sources/sample_00/sample_00.cpp @@ -162,8 +162,6 @@ namespace } bool frame_tick() final { - the().set_title(strings::rformat("FPS: %0", the().frame_rate())); - const keyboard& k = the().keyboard(); if ( the().should_close() || k.is_key_just_released(keyboard_key::escape) ) { return false;