mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 14:08:59 +07:00
remove FPS counter from sample window title
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user