Fix a minor bug in fsg
This commit is contained in:
parent
4855b0a22e
commit
9e329b9fd1
@ -34,6 +34,7 @@ stdenv.mkDerivation {
|
|||||||
sed -e '
|
sed -e '
|
||||||
s@currentProbIndex != 100@0@;
|
s@currentProbIndex != 100@0@;
|
||||||
' -i MainFrame.cpp
|
' -i MainFrame.cpp
|
||||||
|
sed -re '/ctrans_prob/s/energy\[center][+]energy\[other]/(int)(fmin(energy[center]+energy[other],99))/g' -i Canvas.cpp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user