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

vlib/glm: fix glm_test.v

This commit is contained in:
Alexander Medvednikov 2019-07-20 16:39:09 +02:00
parent 769cda1d1f
commit 72159d4169

View File

@ -4,7 +4,6 @@
import os
import gl
import gg
import glm
fn cmp(a, b f32) bool {