diff options
author | Jozef BABJAK <jozef.babjak@gmail.com> | 2011-02-21 15:44:06 +0100 |
---|---|---|
committer | Jozef BABJAK <jozef.babjak@gmail.com> | 2011-02-21 15:44:06 +0100 |
commit | 594b47d5928699fe5a1d052030c31902964d6cd0 (patch) | |
tree | 17666ca27cdfb4db18fcab8f9b407efc94c9be4a /graphics/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 6fe725ee5d943faaaa7ae9899b8613c90159d2dd (diff) |
Using proper key for removing object from the map.
Stored value was used for map removal instead of key. The error was
silently ignore, because remove() method accepts Object type argument
and siletly does nothing when no value identified by such key is
found. Now proper key is used for removal. i.e. the same as for lookup.
Change-Id: I3a61fc219385cd0e7bcd4a33cd6ca23be220efe3
Diffstat (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions