Cleanup: Remove deprecated unused fields in raycast node

This commit is contained in:
Hans Goudey
2023-05-19 13:55:43 -04:00
parent c435d2f856
commit ea64b2ce08

View File

@@ -1518,11 +1518,6 @@ typedef struct NodeGeometryRaycast {
/* eCustomDataType. */
int8_t data_type;
/* Deprecated input types in new Ray-cast node. Can be removed when legacy nodes are no longer
* supported. */
uint8_t input_type_ray_direction;
uint8_t input_type_ray_length;
} NodeGeometryRaycast;
typedef struct NodeGeometryCurveFill {