Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code cleanup of Dagr module #2278

Merged
merged 1 commit into from
Nov 10, 2015
Merged

Code cleanup of Dagr module #2278

merged 1 commit into from
Nov 10, 2015

Conversation

jokoho48
Copy link
Member

No description provided.

@jokoho48 jokoho48 added kind/cleanup Release Notes: **CHANGED:** needs review labels Aug 26, 2015
@jokoho48 jokoho48 added this to the 3.3.0 milestone Aug 26, 2015
@thojkooi thojkooi modified the milestones: 3.3.0, 3.4.0 Aug 29, 2015
@@ -68,7 +69,7 @@ GVAR(outputPFH) = [{
__gridControl ctrlSetText format ["%1", _dagrGrid];
__speedControl ctrlSetText format ["%1", _dagrSpeed];
__elevationControl ctrlSetText format ["%1", _dagrElevation];
__headingControl ctrlSetText (if (!GVAR(useDegrees)) then { format ["%1", _dagrHeading] } else { format ["%1 �", _dagrHeading] });
__headingControl ctrlSetText (if (!GVAR(useDegrees)) then { format ["%1", _dagrHeading] } else { format ["%1 �", _dagrHeading] });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wierd character symbol here

@thojkooi
Copy link
Contributor

Apart from the character symbol, this is 👍

@jokoho48
Copy link
Member Author

cant fix this everytime i try to change this its back sorry

@jonpas
Copy link
Member

jonpas commented Nov 10, 2015

Fix your encoding, or just write "degrees".

@PabstMirror
Copy link
Contributor

I think it's an encoding thing, we can just merge and fix on master.

PabstMirror added a commit that referenced this pull request Nov 10, 2015
@PabstMirror PabstMirror merged commit 830e7d9 into acemod:master Nov 10, 2015
@jokoho48 jokoho48 deleted the codeCleanUpDagr branch November 10, 2015 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Release Notes: **CHANGED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants