| 200 | } |
| 201 | |
| 202 | void GuiNavEditorCtrl::buildTile() |
| 203 | { |
| 204 | if(!mMesh.isNull() && mTile != -1) |
| 205 | mMesh->buildTile(mTile); |
| 206 | } |
| 207 | |
| 208 | DefineEngineMethod(GuiNavEditorCtrl, buildTile, void, (),, |
| 209 | "@brief Build the currently selected tile.") |
no test coverage detected