Skip to content

Commit 632b272

Browse files
committed
Demo - minor clean
1 parent 1ef7150 commit 632b272

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/32_gl_interop/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,11 @@ struct MOUSE_DRAG_INFO
113113
{
114114
MOUSE_DRAG_INFO()
115115
{
116-
dragging = false;
117116
leftMouseButtonDown = false;
118117
mousePosAtMouseButtonDown_X = -1;
119118
mousePosAtMouseButtonDown_Y = -1;
120119
}
121120

122-
bool dragging;
123121
RadeonProRender::float3 lookat;
124122
RadeonProRender::float3 up;
125123
RadeonProRender::float3 pos;

0 commit comments

Comments
 (0)