Renanse / Ardor3D

Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.
Other
227 stars 77 forks source link

The predicate alwaysFalse always returns true #88

Closed ghost closed 5 years ago

ghost commented 5 years ago

TriggerConditions.alwaysFalse() should always return false as its name implies but it does exactly the opposite: https://github.com/Renanse/Ardor3D/blob/fb4a0f4cd5cd58c38973802c940561510b9a8b1d/ardor3d-core/src/main/java/com/ardor3d/input/logical/TriggerConditions.java#L41

Renanse commented 5 years ago

Indeed, thank you!