toji / webgl-quake3

WebGL Quake 3 level renderer
http://media.tojicode.com/q3bsp
266 stars 63 forks source link

game-shim.js s/writeable/writable #14

Open kungfooman opened 6 years ago

kungfooman commented 6 years ago

https://github.com/toji/webgl-quake3/blob/master/js/util/game-shim.js

Hi, just saw this in VS:Code since I am converting this to TypeScript currently (and this is marked as an error).

"writeable" needs to be "writable", it has five occurrences in that file