diff options
author | Harvey Harrison <[email protected]> | 2012-10-15 20:24:17 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2012-10-15 20:30:44 -0700 |
commit | b9653e6f55a96f3769a980b2569fc9fabad9f374 (patch) | |
tree | 1184c926e417e6a2c223bee87ed158e59043cc50 /src/jogl/classes/jogamp/opengl/util | |
parent | 19bee7d8946721b8d094937abf1b33889b7c32e5 (diff) |
jogl: remove infinite loop in Path2D.contains(AABBox)
It is impossible to use this method as it will get into an infinite loop as it
just calls itself. Base the implementation on the contains method shortly before
this method. As this method is impossible to actually use, it could also just
be removed.
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/util')
0 files changed, 0 insertions, 0 deletions