mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 14:00:03 +00:00
Back out wrong change. Leaving better error handling for later.
This commit is contained in:
parent
c1427f5981
commit
bf2bbd891c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user