зеркало из https://github.com/mozilla/pjs.git
Bug 615976 - Fix WebGL to default to trying to have anti-aliasing - r=bjacob
This commit is contained in:
Родитель
cf39702029
Коммит
4c7e464359
|
@ -310,7 +310,7 @@ struct WebGLContextOptions {
|
|||
// these are defaults
|
||||
WebGLContextOptions()
|
||||
: alpha(true), depth(true), stencil(false),
|
||||
premultipliedAlpha(true), antialias(false),
|
||||
premultipliedAlpha(true), antialias(true),
|
||||
preserveDrawingBuffer(false)
|
||||
{ }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче