Skip to content

Commit

Permalink
"fix" not loading calc params when we want to load them
Browse files Browse the repository at this point in the history
gha now produces relwithdebug clients and that disabled this and i dont want to disable it so here it is back again
  • Loading branch information
poco0317 committed Jul 13, 2021
1 parent a5a9804 commit 05c7a06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Etterna/MinaCalc/Ulbu.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ struct TheGreatBazoinkazoinkInTheSky
explicit TheGreatBazoinkazoinkInTheSky(Calc& calc)
: _calc(calc)
{
#ifndef RELWITHDEBINFO
#if NDEBUG
load_calc_params_from_disk();
#endif
#endif

// setup our data pointers
Expand Down

0 comments on commit 05c7a06

Please sign in to comment.