Commit c130ee92 authored by Matt Lowe's avatar Matt Lowe
Browse files

Additional comment

+ Added additional comment explaining what DELTA is.
parent 2193d247
......@@ -14,6 +14,7 @@ class QColor;
const int MAX_COUNTERS_ON_CARD = 999;
const float CARD_WIDTH_HALF = CARD_WIDTH / 2;
const float CARD_HEIGHT_HALF = CARD_HEIGHT / 2;
// DELTA is the degrees of rotation that will animate between frames
const int DELTA = 10;
class CardItem : public AbstractCardItem {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment