• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision552028b10c8ef33f770f1b60c62b5255ed26d15e (tree)
Time2017-03-05 08:36:27
AuthorSUEHIRO <supersuehiro@user...>
CommiterSUEHIRO

Log Message

向きを考慮せず一定の方向に回転することがあるのを修正

Change Summary

Incremental Difference

--- a/ssz/char.ssz
+++ b/ssz/char.ssz
@@ -99,7 +99,7 @@ public void addAnimList(
9999 as~screen = `scr;
100100 as~xscl = `xs;
101101 as~yscl = `ys;
102- as~angle = `an;
102+ as~angle = (`ax < 0.0) == (`ay < 0.0) ? `an : -`an;
103103 as~oVer = `oVer;
104104 as~bright = `b;
105105 as~axscl = `ax;