diff options
author | Alex Sakhartchouk <alexst@google.com> | 2012-01-05 14:55:11 -0800 |
---|---|---|
committer | Alex Sakhartchouk <alexst@google.com> | 2012-01-05 14:55:11 -0800 |
commit | 61cd9435142a6536569d922b7cd7b6a5162f31e2 (patch) | |
tree | 844fb389f451819ca5e72cfa6263eeeb60720aa4 /tests | |
parent | e079590feae3044ea3991185ab4976900d41928e (diff) | |
download | frameworks_base-61cd9435142a6536569d922b7cd7b6a5162f31e2.zip frameworks_base-61cd9435142a6536569d922b7cd7b6a5162f31e2.tar.gz frameworks_base-61cd9435142a6536569d922b7cd7b6a5162f31e2.tar.bz2 |
Cleanup based on comments.
Change-Id: I2d261b3cd240b890001dcc7d2a849cfdc34328bf
Diffstat (limited to 'tests')
-rw-r--r-- | tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/light.rs | 2 |
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 } |