| Index: sky/engine/core/html/canvas/WebGLShaderPrecisionFormat.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLShaderPrecisionFormat.cpp b/sky/engine/core/html/canvas/WebGLShaderPrecisionFormat.cpp
|
| index f0b49afe55abcec0eefd239f5bba1fffd2f34a72..3824b8acb206bac2fd4998de86391795cc864b1f 100644
|
| --- a/sky/engine/core/html/canvas/WebGLShaderPrecisionFormat.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLShaderPrecisionFormat.cpp
|
| @@ -56,7 +56,6 @@ WebGLShaderPrecisionFormat::WebGLShaderPrecisionFormat(GLint rangeMin, GLint ran
|
| , m_rangeMax(rangeMax)
|
| , m_precision(precision)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| }
|
|
|