Merge "update bouncing-effect-actor to use new mesh" into devel/new_mesh
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / shader-effects / shear-effect.cpp
index 51d64b7..031c8aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -71,7 +71,7 @@ ShearEffect ShearEffect::New()
   ShaderEffect shaderEffectCustom =  Dali::ShaderEffect::New(
       vertexShader,
       "",
-      GeometryType( GEOMETRY_TYPE_IMAGE | GEOMETRY_TYPE_TEXT ),
+      GeometryType( GEOMETRY_TYPE_IMAGE ),
       GeometryHints( HINT_GRID ));
 
   // Pass ownership to ShearEffect through overloaded constructor, So that it now has access to the