diff options
| author | 2012-01-05 14:55:11 -0800 | |
|---|---|---|
| committer | 2012-01-05 14:55:11 -0800 | |
| commit | 61cd9435142a6536569d922b7cd7b6a5162f31e2 (patch) | |
| tree | 844fb389f451819ca5e72cfa6263eeeb60720aa4 /tests/RenderScriptTests/SceneGraph | |
| parent | e079590feae3044ea3991185ab4976900d41928e (diff) | |
Cleanup based on comments.
Change-Id: I2d261b3cd240b890001dcc7d2a849cfdc34328bf
Diffstat (limited to 'tests/RenderScriptTests/SceneGraph')
| -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 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 } |