diff --git a/thermion_dart/native/include/APIBoundaryTypes.h b/thermion_dart/native/include/APIBoundaryTypes.h index 61bd908f..b811c330 100644 --- a/thermion_dart/native/include/APIBoundaryTypes.h +++ b/thermion_dart/native/include/APIBoundaryTypes.h @@ -75,11 +75,11 @@ extern "C" typedef struct TMaterialKey TMaterialKey; typedef struct { - float x; - float y; - float z; - float w; - } float4; + double x; + double y; + double z; + double w; + } double4; typedef struct { double col1[4];