mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix segmentation fault crash on exit in sokol 0X_ examples (#13299)
This commit is contained in:
@@ -233,7 +233,6 @@ fn my_init(mut app App) {
|
||||
}
|
||||
|
||||
fn cleanup(mut app App) {
|
||||
gfx.shutdown()
|
||||
/*
|
||||
for _, mat in app.obj_part.texture {
|
||||
obj.destroy_texture(mat)
|
||||
|
||||
Reference in New Issue
Block a user