浏览代码

fix compilation with clang after atto typedef update

Ivan Avdeev 6 年之前
父节点
当前提交
9ded550610
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/material.h

+ 0 - 2
src/material.h

@@ -5,8 +5,6 @@ struct ICollection;
 struct Texture;
 struct Stack;
 
-typedef struct AVec2f AVec2f;
-
 typedef enum {
 	MShader_Unknown,
 	MShader_LightmappedOnly,