play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

Adding one line so that images can be used cross origin in webgl mode. #74

Closed Snailprincess closed 8 years ago

Snailprincess commented 8 years ago

Currently cross-origin images work in canvas mode but not in webgl mode (even when CORS headers are set properly). This one line change will allow cross-origin-images to be used when running in webgl mode.

rogueSkib commented 8 years ago

Closing for now, moved to: https://github.com/gameclosure/timestep/pull/76