Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
Scotty3D
Commits
887f0302
Commit
887f0302
authored
Oct 02, 2020
by
TheNumbat
Browse files
remove debug message
parent
e28e1bad
Changes
1
Show whitespace changes
Inline
Side-by-side
src/gui/model.cpp
View file @
887f0302
...
...
@@ -95,11 +95,6 @@ void Model::update_vertex(Halfedge_Mesh::VertexRef vert) {
void
Model
::
apply_transform
(
Widgets
&
widgets
)
{
if
(
widgets
.
is_dragging
()
&&
widgets
.
active
==
Widget_Type
::
bevel
)
{
int
x
=
0
;
info
(
"%d"
,
x
);
}
auto
elem
=
*
selected_element
();
Widget_Type
action
=
widgets
.
active
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment