Skip to content

Commit f8a3da8

Browse files
author
Guillaume Piolat
committed
fix build
1 parent c91586b commit f8a3da8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pbrwidgets/dplug/pbrwidgets/sliderlogic.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ private:
223223
int _lastMouseX = MOUSE_TOO_FAR;
224224
int _lastMouseY = MOUSE_TOO_FAR;
225225

226+
bool _vertical;
227+
226228
void clearCrosspoints()
227229
{
228230
_mousePosOnLast0Cross = float.infinity;

0 commit comments

Comments
 (0)