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