From 40951d586ce80d914ae09f384290fdc73a9e41c6 Mon Sep 17 00:00:00 2001 From: vision Date: Thu, 17 Jul 2014 10:10:33 +0800 Subject: [PATCH] update --- tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp b/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp index 2209b40583..e14ca0d5ab 100644 --- a/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp +++ b/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp @@ -44,7 +44,7 @@ static std::function createFunctions[] = { CL(Sprite3DBasicTest), #if (CC_TARGET_PLATFORM != CC_PLATFORM_WP8) && (CC_TARGET_PLATFORM != CC_PLATFORM_WINRT) - // 3DEffect use custom shader which is not supported on WP8 yet. + // 3DEffect use custom shader which is not supported on WP8/WinRT yet. CL(Sprite3DEffectTest), #endif CL(Sprite3DWithSkinTest),