Update app/techsetviewer.cpp
This commit is contained in:
parent
ed593d3ae1
commit
a7e0859b8d
@ -13,9 +13,9 @@ TechSetViewer::~TechSetViewer()
|
|||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
void TechSetViewer::SetTechSet(std::shared_ptr<MaterialTechSet> aTechSet) {
|
void TechSetViewer::SetTechSet(const XMaterialTechniqueSet* aTechSet) {
|
||||||
//ui->listWidget_Ptrs->clear();
|
//ui->listWidget_Ptrs->clear();
|
||||||
ui->label_Title->setText(aTechSet->name);
|
ui->label_Title->setText(aTechSet->GetName());
|
||||||
|
|
||||||
// int ptrIndex = 1;
|
// int ptrIndex = 1;
|
||||||
//for (auto ptr : aTechSet->pointers) {
|
//for (auto ptr : aTechSet->pointers) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user