mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Remove unused comment
This commit is contained in:
parent
30160f0cae
commit
4c9be9fc62
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ export default class Slider extends GuiObj {
|
|||
const deltaX = newMouseX - startX;
|
||||
const deltaY = newMouseY - startY;
|
||||
|
||||
// TODO: What about vertical sliders?
|
||||
if (this._vertical) {
|
||||
const yPos = clamp(deltaY, 0, height);
|
||||
this._position = yPos / height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue