Skip to content

Commit

Permalink
Remove ESLint comment from abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitwhiz committed Feb 26, 2023
1 parent f94148d commit 27792a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/Skin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default abstract class Skin {
}

// Get the skin's texture for a given (screen-space) scale.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
public abstract getTexture(scale: number): WebGLTexture | null;

// Get the skin image's ImageData at a given (screen-space) scale.
Expand Down

0 comments on commit 27792a2

Please sign in to comment.