1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix memory free

This commit is contained in:
Alexander Medvednikov
2019-07-21 15:05:47 +02:00
parent e2364f6285
commit 5d188130e5
4 changed files with 13 additions and 10 deletions

View File

@@ -20,10 +20,8 @@ import const (
)
#flag -I @VROOT/thirdparty/glad
#include "glad.h"
#flag @VROOT/thirdparty/glad/glad.o
//#include "glad.c"
pub fn init_glad() {
ok := C.gladLoadGL()