Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
merge develop into master

See merge request Scientific-IT-Systems/gr!906
  • Loading branch information
jheinen committed Aug 15, 2022
2 parents 4ba9f62 + 659142b commit 327c307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gr3/gr3_gr.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ GR3API int gr3_createsurfacemesh(int *mesh, int nx, int ny, float *px, float *py
}
if (scale & OPTION_FLIP_Z)
{
zvalue = zvalue + zmin + zmax;
zvalue = -zvalue + zmin + zmax;
}
}
else
Expand Down

0 comments on commit 327c307

Please sign in to comment.