~rebel/horde3d/trunk

« back to all changes in this revision

Viewing changes to trunk/Tools/Dependencies/RecastNavigation/RecastDemo/Source/MyRecastDemo.cpp

  • Committer: felix
  • Date: 2015-07-07 12:57:07 UTC
  • Revision ID: svn-v4:5ce291ac-9df0-446f-9e4f-d57731c4dda7::1699
- Updated RecastNavigation to latest version and fixed multiple issues.
- Adapted GameDetourComponent, GameDetourCrowdComponent, DetourCrowdDemo and AAA accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
                        {
395
395
                                m_sample->handleMeshChanged(m_geom);
396
396
                        }
 
397
                        // This will ensure that tile & poly bits are updated in tiled sample.
 
398
                        if (m_sample)
 
399
                                m_sample->handleSettings();
397
400
                }
398
401
                        
399
402
                imguiEndScrollArea();