Skip to content

Commit

Permalink
Back out wrong change. Leaving better error handling for later.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Feb 25, 2019
1 parent c1427f5 commit bf2bbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/Vulkan/DrawEngineVulkan.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class DrawEngineVulkan : public DrawEngineCommon {

void SetLineWidth(float lineWidth);
void SetDepalTexture(VkImageView depal) {
if (boundDepal_ != depal && depal) {
if (boundDepal_ != depal) {
boundDepal_ = depal;
gstate_c.Dirty(DIRTY_FRAGMENTSHADER_STATE);
}
Expand Down

0 comments on commit bf2bbd8

Please sign in to comment.