Browse Source

Keep -vet happy

gingerBill 3 years ago
parent
commit
e91f8feedf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vendor/OpenGL/helpers.odin

+ 1 - 0
vendor/OpenGL/helpers.odin

@@ -5,6 +5,7 @@ package odin_gl
 import "core:os"
 import "core:fmt"
 import "core:strings"
+_ :: fmt
 
 Shader_Type :: enum i32 {
 	NONE = 0x0000,