Fix texture render in HdStorm. #54

Merged
Bogdan Nagirniak merged 3 commits from BLEN-357 into hydra-render 2023-06-13 03:19:22 +02:00
Showing only changes of commit ab61212f45 - Show all commits

View File

@ -139,7 +139,6 @@ void LightData::update()
pxr::VtValue LightData::get_data(pxr::TfToken const &key) const
{
ID_LOG(3, "%s", key.GetText());
pxr::VtValue ret;
auto it = data_.find(key);
if (it != data_.end()) {
return pxr::VtValue(it->second);