mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
minor refactor
This commit is contained in:
@@ -13,7 +13,7 @@ EditNaive::~EditNaive() {
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void EditNaive::onStart(QSharedPointer<NekoRay::ProxyEntity> _ent) {
|
||||
void EditNaive::onStart(std::shared_ptr<NekoGui::ProxyEntity> _ent) {
|
||||
this->ent = _ent;
|
||||
auto bean = this->ent->NaiveBean();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user