summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-05-26 22:40:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-05-26 22:40:54 +0000
commit17bce2e69da239d58976c2266b1782ca2a6c44c1 (patch)
tree7820e6db6778a8b51d16672edcc42ea46e8c659a
parentd1f13fb8c864d5830a515c48d9e943ea2ec2b677 (diff)
parent40c8ecb4cf43a0ce96a531bb526f781cbe7a7f1b (diff)
downloadPhaseBeam-17bce2e69da239d58976c2266b1782ca2a6c44c1.tar.gz
-rw-r--r--src/com/android/phasebeam/phasebeam.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/phasebeam/phasebeam.rs b/src/com/android/phasebeam/phasebeam.rs
index 037f303..ccbf60a 100644
--- a/src/com/android/phasebeam/phasebeam.rs
+++ b/src/com/android/phasebeam/phasebeam.rs
@@ -89,7 +89,6 @@ void positionParticles() {
particle++;
}
- Particle_t* beam = beamParticles;
numBeamParticles = rsAllocationGetDimX(rsGetAllocation(beamParticles));
for(int i=0; i<numBeamParticles; i++) {
float z;