Changeset 14436 for trunk/FACT++
- Timestamp:
- 10/02/12 10:19:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r13942 r14436 2475 2475 2476 2476 const uint16_t i = uint16_t(floor(fmod(ptr[6]+11.25, 360)/22.5)); 2477 fMagicWindDir->setText(dir[i ]);2477 fMagicWindDir->setText(dir[i%16]); 2478 2478 } 2479 2479
Note:
See TracChangeset
for help on using the changeset viewer.