commit 0db83e50e5bf68c1a4e301c354968bdb7e67332a parent 1fc8129989ad5156526d4b6ef520c10a54dc11be Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 19 Oct 2018 13:44:24 +0200 Fix s2d symbol used with s3d Diffstat:
| M | src/sdis_scene_Xd.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sdis_scene_Xd.h b/src/sdis_scene_Xd.h @@ -564,7 +564,7 @@ XD(setup_enclosure_geometry)(struct sdis_scene* scn, struct sencXd(enclosure)* e #if DIM == 2 vdata.type = S2D_FLOAT2; #else - vdata.type = S2D_FLOAT3; + vdata.type = S3D_FLOAT3; #endif vdata.get = XD(enclosure_position);