• 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

Revision0d1d23e5d18a3e86e44f665e43df399f6fe7cf16 (tree)
Time2017-05-14 18:02:13
AuthorSUEHIRO <supersuehiro@user...>
CommiterSUEHIRO

Log Message

bgctrlのSinX, SinYの開始角のところが機能しないのを修正

Change Summary

Incremental Difference

--- a/ssz/bg.ssz
+++ b/ssz/bg.ssz
@@ -541,7 +541,7 @@ public &BGCtrl
541541 if(#val < 2) break;
542542 `v2 = val[1];
543543 if(#val < 3) break;
544- `v3 = val[1];
544+ `v3 = val[2];
545545 `x = .com.atof(data);
546546 }
547547 if(xy && #(data = sc.get("x")) > 0){