enginmanap / limonEngine

3D FPS game engine with full dynamic lighting and shadows
http://www.limonengine.com
GNU Lesser General Public License v3.0
580 stars 57 forks source link

Remove an unnecessary null pointer check #116

Open elfring opened 4 years ago

elfring commented 4 years ago

An extra null pointer check is not needed in the function “TriggerObject::PutTriggerInGui”.

enginmanap commented 4 years ago

you are right! Do you have a PR handy?