Skip to content

Commit

Permalink
Preparations for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofv committed Nov 19, 2019
1 parent 3a10d53 commit da118b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Engine/ModuleEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ update_status ModuleEditor::Update()
{
App->ui->ShowEngineUI();
//ImGui::ShowStyleEditor();
ImGui::ShowDemoWindow();
//ImGui::ShowDemoWindow();
return UPDATE_CONTINUE;
}

Expand Down
2 changes: 1 addition & 1 deletion Engine/ModuleTime.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ModuleTime : public Module
float frame_start_time = 0.f;
float real_frame_start_time = 0.f;

bool limit_fps = false;
bool limit_fps = true;
float last_frame_delay = 0.f;

int max_fps = 60;
Expand Down

0 comments on commit da118b4

Please sign in to comment.