From 61cd9435142a6536569d922b7cd7b6a5162f31e2 Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Thu, 5 Jan 2012 14:55:11 -0800 Subject: Cleanup based on comments. Change-Id: I2d261b3cd240b890001dcc7d2a849cfdc34328bf --- tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/RenderScriptTests/SceneGraph') diff --git a/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs b/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs index 7310b2d47642..ae489afc3812 100644 --- a/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs +++ b/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs @@ -29,5 +29,5 @@ void root(const rs_allocation *v_in, rs_allocation *v_out) { #ifdef DEBUG_LIGHT printLightInfo(light); -#endif //DEBUG_CAMERA +#endif //DEBUG_LIGHT } -- cgit v1.2.3-59-g8ed1b