ソースを参照

Fixed some typos

Ivan Safrin 13 年 前
コミット
3813e57dce

+ 1 - 1
Core/Contents/Include/PolyInputEvent.h

@@ -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;
 		
 		
 		//@}

+ 1 - 1
Core/Contents/Include/PolyModule.h

@@ -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) {}