summaryrefslogtreecommitdiffstats
path: root/tests/RenderScriptTests/SceneGraph
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2012-01-05 14:55:11 -0800
committerAlex Sakhartchouk <alexst@google.com>2012-01-05 14:55:11 -0800
commit61cd9435142a6536569d922b7cd7b6a5162f31e2 (patch)
tree844fb389f451819ca5e72cfa6263eeeb60720aa4 /tests/RenderScriptTests/SceneGraph
parente079590feae3044ea3991185ab4976900d41928e (diff)
downloadframeworks_base-61cd9435142a6536569d922b7cd7b6a5162f31e2.zip
frameworks_base-61cd9435142a6536569d922b7cd7b6a5162f31e2.tar.gz
frameworks_base-61cd9435142a6536569d922b7cd7b6a5162f31e2.tar.bz2
Cleanup based on comments.
Change-Id: I2d261b3cd240b890001dcc7d2a849cfdc34328bf
Diffstat (limited to 'tests/RenderScriptTests/SceneGraph')
-rw-r--r--tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs b/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs
index 7310b2d..ae489af 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
}