mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
use matrix and add osx build
This commit is contained in:
@@ -6,7 +6,7 @@ import os
|
||||
import gl
|
||||
import gg
|
||||
|
||||
fn cmp(a, b float) bool {
|
||||
fn cmp(a, b f32) bool {
|
||||
return int(a * 1000) == int(b * 1000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user