Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
82e4f9e1
Commit
82e4f9e1
authored
Sep 07, 2010
by
Max-Wilhelm Bruker
Browse files
removed debug command
parent
90ffc767
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tablezone.cpp
View file @
82e4f9e1
...
...
@@ -111,7 +111,6 @@ void TableZone::reorganizeCards()
QPointF
mapPoint
=
mapFromGrid
(
gridPoint
);
qreal
x
=
mapPoint
.
x
();
qreal
y
=
mapPoint
.
y
();
qDebug
()
<<
"gridPos="
<<
gridPoint
<<
"mapPoint="
<<
mapPoint
;
int
numberAttachedCards
=
cards
[
i
]
->
getAttachedCards
().
size
();
qreal
actualX
=
x
+
numberAttachedCards
*
CARD_WIDTH
/
3.0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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