Robin Hawkes 2015-03-03 19:28:30 +00:00
rodzic a04f04de5c
commit c329ea2570
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -92,7 +92,8 @@
self.add(dae);
// Create info panel
// TODO: Work out a way to pass in custom text for the info panel
// TODO: Work out a way to pass in custom text for the info panel or
// make it obvcious that you can only use the data avaiable.
self.infoUI.addPanel(dae, dae.id);
});
});