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!1008
  • Loading branch information
jheinen committed Feb 13, 2023
2 parents 0d96cdc + 50e24eb commit 23d5978
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 @@ -770,7 +770,7 @@ GR3API void gr3_drawmesh_grlike(int mesh, int n, const float *positions, const f
grscales[0] = (float)x_axis_scale;
grscales[1] = (float)y_axis_scale;
grscales[2] = (float)z_axis_scale;
if (clsw == GKS_K_CLIP)
if (clsw == GKS_K_CLIP && context_struct_.use_software_renderer)
{
/* axis scales should only affect the viewmatrix cause of that the clipping ranges gets multiplied with the
* axis scales */
Expand Down

0 comments on commit 23d5978

Please sign in to comment.