TWINE: add debug message for missing implementation

This commit is contained in:
Martin Gerhardy 2020-11-22 12:18:04 +01:00
parent 057712cdc3
commit 672e68e3ee

View File

@ -138,6 +138,7 @@ void Holomap::drawHolomapTitle(int32 width, int32 height) {
}
void Holomap::drawHolomapTrajectory(int32 trajectoryIndex) {
debug("Draw trajectory index %i", trajectoryIndex);
// TODO
}