Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
b0b2ce9c
Commit
b0b2ce9c
authored
May 09, 2011
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
c5ce86ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/kernel/WSelectionManager.cpp
src/kernel/WSelectionManager.cpp
+1
-1
No files found.
src/kernel/WSelectionManager.cpp
View file @
b0b2ce9c
...
...
@@ -217,6 +217,6 @@ int WSelectionManager::getShader()
void
WSelectionManager
::
updateCrosshairPosition
()
{
m_crosshair
->
setPosition
(
WPosition
(
m_sagittalPos
->
get
(),
m_coronalPos
->
get
(),
m_axialPos
->
get
())
);
m_crosshair
->
setPosition
(
WPosition
(
m_sagittalPos
->
get
(),
m_coronalPos
->
get
(),
m_axialPos
->
get
()
)
);
}
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