| 773 | //----------------------------------------------------------------------------- |
| 774 | |
| 775 | void GuiInspector::sendInspectPostApply() |
| 776 | { |
| 777 | const U32 numObjects = getNumInspectObjects(); |
| 778 | for( U32 i = 0; i < numObjects; ++ i ) |
| 779 | getInspectObject( i )->inspectPostApply(); |
| 780 | } |
| 781 | |
| 782 | //============================================================================= |
| 783 | // Console Methods. |
no test coverage detected