mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
examples: removed unused line of code (#18194)
This commit is contained in:
parent
2bb24ee739
commit
2c95b9be32
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ fn cube() {
|
||||||
|
|
||||||
fn draw_cubes(app App) {
|
fn draw_cubes(app App) {
|
||||||
rot := [f32(1.0) * (app.frame_count % 360), 0.5 * f32(app.frame_count % 360)]
|
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.defaults()
|
||||||
sgl.load_pipeline(app.pip_3d)
|
sgl.load_pipeline(app.pip_3d)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue