浏览代码

Remove unneeded semicolons from vendor:OpenGL

gingerBill 3 年之前
父节点
当前提交
de435c9318
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      vendor/OpenGL/constants.odin
  2. 1 1
      vendor/OpenGL/wrappers.odin

+ 1 - 1
vendor/OpenGL/constants.odin

@@ -1409,4 +1409,4 @@ TRANSFORM_FEEDBACK_OVERFLOW    :: 0x82EC
 TRANSFORM_FEEDBACK_STREAM_OVERFLOW :: 0x82ED
 
 // Extensions, extended as necessary
-DEVICE_LUID_EXT :: 0x9599;
+DEVICE_LUID_EXT :: 0x9599

+ 1 - 1
vendor/OpenGL/wrappers.odin

@@ -1,6 +1,6 @@
 package odin_gl
 
-#assert(size_of(bool) == size_of(u8));
+#assert(size_of(bool) == size_of(u8))
 
 when !ODIN_DEBUG {
 	// VERSION_1_0