mirror of https://github.com/WerWolv/ImHex.git
Allow reading of empty buffers passed to a node as input
This commit is contained in:
parent
0ab565ab02
commit
ee8e1996d9
|
@ -53,10 +53,7 @@ namespace hex::dp {
|
|||
|
||||
auto &outputData = attribute->getOutputData();
|
||||
|
||||
if (outputData.empty())
|
||||
return { };
|
||||
else
|
||||
return outputData;
|
||||
return outputData;
|
||||
}
|
||||
|
||||
std::optional<u64> getIntegerOnInput(u32 index) {
|
||||
|
|
Loading…
Reference in New Issue