• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

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

Go で書き直した Ikemen


Commit MetaInfo

Révision82115f583cdd425fd5c8c7b7ec6e9c78816ab9f4 (tree)
l'heure2018-11-17 18:23:04
Auteursuehiro <supersuehiro@user...>
Commitersuehiro

Message de Log

positionlinkの修正

Change Summary

Modification

--- a/src/stage.go
+++ b/src/stage.go
@@ -701,7 +701,7 @@ func loadStage(def string) (*Stage, error) {
701701 }
702702 var bglink *backGround
703703 for _, bgsec := range defmap["bg"] {
704- if len(s.bg) > 0 && s.bg[len(s.bg)-1].positionlink {
704+ if len(s.bg) > 0 && !s.bg[len(s.bg)-1].positionlink {
705705 bglink = s.bg[len(s.bg)-1]
706706 }
707707 s.bg = append(s.bg, readBackGround(bgsec, bglink,