lumberyard
lumberyard copied to clipboard
Crash fix removing math equal node between 2 crc32 datums makes lumberyard crash
Crash Fix: Removing Math::Equal node between 2 CRC32 Datums makes Lumberyard crash
Apparently, object->GetAsAZ::Crc32() can return a null pointer if connected slot is deleted so the code was modified to do a null check before dereferencing the pointer.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Hi @CDufour909 Thanks for submitting the pull request. We'll work on it.