Merge pull request #941 from poelmanc/patch-1
Name unnamed typedef struct {...} to fix MSVC error
This commit is contained in:
commit
a752a16331
@ -38,7 +38,7 @@ namespace DX {
|
||||
*/
|
||||
|
||||
// Vector
|
||||
typedef struct {
|
||||
typedef struct Vector_struct {
|
||||
float x,y,z;
|
||||
|
||||
inline void normalize() {
|
||||
|
Loading…
Reference in New Issue
Block a user