fixed lifetimes
This commit is contained in:
@@ -13,6 +13,7 @@ mod texture;
|
||||
mod vertex;
|
||||
|
||||
const EPSILON: f32 = 1e-7;
|
||||
const INFINITY: f32 = 1e7;
|
||||
|
||||
fn main() {
|
||||
pollster::block_on(run());
|
||||
|
||||
Reference in New Issue
Block a user