Remove remaining repr(C)

This commit is contained in:
Layl 2019-05-04 21:04:30 +02:00
parent 49a6c4e728
commit 144467e549

View File

@ -16,7 +16,6 @@ use nalgebra::{zero, Vector3};
use crate::{face_vert_to_index, get_normal, get_position, get_tex_coord, Geometry};
#[derive(Copy, Clone)]
#[repr(C)]
pub struct STSpace {
pub vOs: Vector3<f32>,
pub fMagS: f32,