2
0
gingerBill 5 жил өмнө
parent
commit
9524739dfc

+ 0 - 3
examples/demo/demo.odin

@@ -1931,9 +1931,6 @@ union_maybe :: proc() {
 	fmt.println(z, z_ok);
 }
 
-icons_texture_data_size := [2]int{0 = 512, 1 = 256};
-
-
 main :: proc() {
 	when true {
 		the_basics();