Skip to content

Commit

Permalink
Fix error during renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ricktu288 committed May 21, 2024
1 parent bde060f commit c3028b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/js/objs/glass/SphericalLens.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ objTypes['SphericalLens'] = class extends objTypes['Glass'] {
}

if (this.scene.simulateColors) {
objBar.createNumber(getMsg('cauchyB') + " A", 1, 3, 0.01, this.refIndex, function (obj, value) {
objBar.createNumber(getMsg('cauchyCoeff') + " A", 1, 3, 0.01, this.refIndex, function (obj, value) {
var old_params = obj.getDFfdBfd();
obj.refIndex = value * 1;
if (obj.defBy == 'DFfdBfd') {
Expand Down

0 comments on commit c3028b6

Please sign in to comment.