mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
Allow reading of empty buffers passed to a node as input
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user