evanw / lightgl.js

A lightweight WebGL library
MIT License
1.52k stars 146 forks source link

crashes instantly on chrome #6

Closed dronus closed 12 years ago

dronus commented 12 years ago

The current version crashes instantly in chrome:

Uncaught compile error: 0:7(46): error: identifier webgl_g0__gl_ModelViewProjection' uses reserved__' string

Older versions where working well.

evanw commented 12 years ago

Cannot reproduce on OS X 10.6.8 in both Beta and Canary but I understand the error. Does dfb56f0 fix it?

dronus commented 12 years ago

Yes, it is fixed now. Thanks!