Browse Source

Fix imageData of primitives.json

Kentaro Wada 6 years ago
parent
commit
d04bbe0cb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/primitives/primitives.json

+ 1 - 1
examples/primitives/primitives.json

@@ -136,5 +136,5 @@
     128
     128
   ],
   ],
   "imagePath": "primitives.jpg",
   "imagePath": "primitives.jpg",
-  "imageData": ""
+  "imageData": null
 }
 }