• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版0d1d23e5d18a3e86e44f665e43df399f6fe7cf16 (tree)
时间2017-05-14 18:02:13
作者SUEHIRO <supersuehiro@user...>
CommiterSUEHIRO

Log Message

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

更改概述

差异

--- 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){