remove FPS counter from sample window title

This commit is contained in:
2018-11-09 13:19:06 +07:00
parent 5ccd340aae
commit 41ce1edbd7

View File

@@ -162,8 +162,6 @@ namespace
}
bool frame_tick() final {
the<window>().set_title(strings::rformat("FPS: %0", the<engine>().frame_rate()));
const keyboard& k = the<input>().keyboard();
if ( the<window>().should_close() || k.is_key_just_released(keyboard_key::escape) ) {
return false;