From 1ccfcc1e9428983fc7f0e1d9cb0013216a7c70e8 Mon Sep 17 00:00:00 2001 From: minggo Date: Mon, 17 Oct 2011 14:22:10 +0800 Subject: [PATCH] change effect file --- tests/tests/CocosDenshionTest/CocosDenshionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp b/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp index 828d8a9edc..78bd9279f1 100644 --- a/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp +++ b/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp @@ -6,7 +6,7 @@ #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) #define EFFECT_FILE "effect2.ogg" #else - #define EFFECT_FILE "gui_close.WAV"//"effect1.wav" + #define EFFECT_FILE "effect1.wav" #endif // CC_PLATFORM_ANDROID #if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)