@@ -71,7 +71,7 @@ namespace Polycode {
static const int EVENT_TOUCHES_BEGAN = 20;
static const int EVENT_TOUCHES_MOVED = 21;
- static const int EVENT_TOUCHES_ENDED =2;
+ static const int EVENT_TOUCHES_ENDED =22;
//@}
@@ -29,7 +29,7 @@ namespace Polycode {
int getType() { return type; }
static const int TYPE_GENERIC = 0;
- static const int TYPE_SHADER = 0;
+ static const int TYPE_SHADER = 1;
virtual void Update(Number elapsed) {}