Back out wrong change. Leaving better error handling for later.

This commit is contained in:
Henrik Rydgård 2019-02-25 15:15:04 +01:00
parent c1427f5981
commit bf2bbd891c

View File

@ -194,7 +194,7 @@ public:
void SetLineWidth(float lineWidth);
void SetDepalTexture(VkImageView depal) {
if (boundDepal_ != depal && depal) {
if (boundDepal_ != depal) {
boundDepal_ = depal;
gstate_c.Dirty(DIRTY_FRAGMENTSHADER_STATE);
}