Browse Source

Remove unneeded semicolon

gingerBill 3 years ago
parent
commit
7e33a86d54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/darwin/Metal/MetalEnums.odin

+ 1 - 1
vendor/darwin/Metal/MetalEnums.odin

@@ -26,7 +26,7 @@ AccelerationStructureInstanceDescriptorType :: enum NS.UInteger {
 	Default = 0,
 	UserID  = 1,
 	Motion  = 2,
-};
+}
 
 
 DataType :: enum NS.UInteger {