From 430ad75963a0e6837ef460e78fb99565714b4418 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 9 Aug 2021 17:15:17 -0500 Subject: Some work on double support --- modules/csg/csg_shape.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/csg/csg_shape.h') diff --git a/modules/csg/csg_shape.h b/modules/csg/csg_shape.h index de7de09f00..0106f230eb 100644 --- a/modules/csg/csg_shape.h +++ b/modules/csg/csg_shape.h @@ -83,14 +83,14 @@ private: Vector vertices; Vector normals; Vector uvs; - Vector tans; + Vector tans; Ref material; int last_added = 0; Vector3 *verticesw = nullptr; Vector3 *normalsw = nullptr; Vector2 *uvsw = nullptr; - float *tansw = nullptr; + real_t *tansw = nullptr; }; //mikktspace callbacks -- cgit v1.2.3