max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

Can't run in a worker #94

Open kumavis opened 10 years ago

kumavis commented 10 years ago

This is b/c it sees that its in a browser, but doesn't have webgl support.

Solution: don't check for webgl support if isClient is false

kumavis commented 10 years ago

I have a patch in progress, needs more testing