Test crashfix

This commit is contained in:
Henrik Rydgård 2022-11-21 19:57:59 +01:00
parent cbfa4bfc8e
commit fe1446bf92

View file

@ -491,7 +491,9 @@ void GPUCommon::BeginHostFrame() {
void GPUCommon::EndHostFrame() {
// Probably not necessary.
draw_->InvalidateCachedState();
if (draw_) {
draw_->InvalidateCachedState();
}
}
void GPUCommon::Reinitialize() {