瀏覽代碼

Remove duplicate `i32x2` type definition

pterror 1 年之前
父節點
當前提交
acb7f8b750
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      api/lovr/graphics/DataType.lua

+ 0 - 4
api/lovr/graphics/DataType.lua

@@ -83,10 +83,6 @@ return {
       name = 'i32x2',
       description = 'Two 32-bit signed integers.'
     },
-    {
-      name = 'i32x2',
-      description = 'Two 32-bit signed integers.'
-    },
     {
       name = 'i32x3',
       description = 'Three 32-bit signed integers.'