Skip to content

Commit

Permalink
use extremely high resolution for debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 22, 2020
1 parent e0809f8 commit 152816d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ Calc::CalcMain(const vector<NoteInfo>& NoteInfo,
// sets the 'proper' debug output, doesn't (shouldn't) affect actual values
// this is the only time debugoutput arg should be set to true
if (debugmode)
Chisel(mcbloop[highest_base_skillset] - 0.001f,
10.24f,
Chisel(mcbloop[highest_base_skillset] - 2.56f,
0.32f,
score_goal,
highest_base_skillset,
true,
Expand Down

0 comments on commit 152816d

Please sign in to comment.