mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: removed unused line of code (#18194)
This commit is contained in:
parent
2bb24ee739
commit
2c95b9be32
@ -133,7 +133,6 @@ fn cube() {
|
||||
|
||||
fn draw_cubes(app App) {
|
||||
rot := [f32(1.0) * (app.frame_count % 360), 0.5 * f32(app.frame_count % 360)]
|
||||
// rot := [f32(app.mouse_x), f32(app.mouse_y)]
|
||||
|
||||
sgl.defaults()
|
||||
sgl.load_pipeline(app.pip_3d)
|
||||
|
Loading…
Reference in New Issue
Block a user