Merge pull request #941 from poelmanc/patch-1

Name unnamed typedef struct {...} to fix MSVC error
This commit is contained in:
OpenSceneGraph git repository 2020-04-29 09:35:00 +01:00 committed by GitHub
commit a752a16331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ namespace DX {
*/
// Vector
typedef struct {
typedef struct Vector_struct {
float x,y,z;
inline void normalize() {