Skip to content

Commit

Permalink
Add missing parameter to RndTex::Compress
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNathannator committed Jun 14, 2024
1 parent c990bfa commit 2852312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/rndobj/Tex.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RndTex : public Hmx::Object {
virtual void UnlockBitmap() {}
virtual void MakeDrawTarget() {}
virtual void FinishDrawTarget() {}
virtual void Compress() {}
virtual void Compress(bool) {}
virtual bool TexelsLock(void*&) {return false;}
virtual void TexelsUnlock() {}
virtual int TexelsPitch() const { return 0; }
Expand Down

0 comments on commit 2852312

Please sign in to comment.