2
0
gingerBill 4 жил өмнө
parent
commit
98dd59e412

+ 1 - 0
vendor/OpenGL/helpers.odin

@@ -128,6 +128,7 @@ compile_shader_from_source :: proc(shader_data: string, shader_type: Shader_Type
 	CompileShader(shader_id);
 
 	check_error(shader_id, shader_type, COMPILE_STATUS, GetShaderiv, GetShaderInfoLog) or_return;
+	ok = true;
 	return;
 }