This commit is contained in:
vision 2014-07-17 10:10:33 +08:00
parent c47d844d20
commit 40951d586c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ static std::function<Layer*()> createFunctions[] =
{ {
CL(Sprite3DBasicTest), CL(Sprite3DBasicTest),
#if (CC_TARGET_PLATFORM != CC_PLATFORM_WP8) && (CC_TARGET_PLATFORM != CC_PLATFORM_WINRT) #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), CL(Sprite3DEffectTest),
#endif #endif
CL(Sprite3DWithSkinTest), CL(Sprite3DWithSkinTest),