Browse Source

Revert demo.odin

gingerBill 5 năm trước cách đây
mục cha
commit
9524739dfc
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      examples/demo/demo.odin

+ 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();