Fix compilation in 2D.

This commit is contained in:
Crozet Sébastien
2020-10-06 15:49:22 +02:00
parent c5a8e03df7
commit e87b73a2a2
8 changed files with 32 additions and 34 deletions

View File

@@ -1160,7 +1160,7 @@ impl Testbed {
}
#[cfg(feature = "dim2")]
fn highlight_hovered_body(&mut self, window: &Window) {
fn highlight_hovered_body(&mut self, _window: &Window) {
// Do nothing for now.
}