Browse Source

Remove duplicate `i32x2` type definition

pterror 1 năm trước cách đây
mục cha
commit
acb7f8b750
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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.'