Ignore:
Timestamp:
10/03/16 17:45:46 (9 years ago)
Author:
epyon
Message:
  • ecs updates
  • animation updates
  • ragdoll manager
  • lua has own random engine
  • several minor fixes
  • particle engine/particle group
  • shitload of other stuff
  • bullet world
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/gui_environment.cc

    r492 r520  
    183183                        handle h = get_element( position( ev.mbutton.x, ev.mbutton.y ) );
    184184                        element* e = m_elements.get( h );
     185                        if (e)
    185186                        if ( e->m_on_click ) e->m_on_click();
    186187
Note: See TracChangeset for help on using the changeset viewer.