View Issue Details

Category
SSPBT:本体(SSP)
SeveritytrivialReproducibilityalways 
Status closed 
Fixed in Version2.4 (リリース) 
Summary0000116: 'stop' drawing method gives a warning message if 0interval is stopped
DescriptionWhen using the 'stop' drawing method, if the 0interval is specified to be stopped, a warning message will be displayed upon loading the ghost
"[SERIKO]Surface=0/Animation=6/Pattern=0 stop Old definition, New version."

The following code causes a warning message to be displayed:

0interval,random,4
0pattern0,-1,10,overlay,0,0
0pattern1,3001,5,overlayfast,0,0
0pattern2,3002,10,overlayfast,0,0
0pattern3,-1,3,overlay,0,0

6interval,never
6pattern0,0,0,stop,0
6pattern1,3001,0,overlayfast,0,0


However, this code does not cause a warning message:

1interval,random,4
1pattern0,-1,10,overlay,0,0
1pattern1,3001,5,overlayfast,0,0
1pattern2,3002,10,overlayfast,0,0
1pattern3,-1,3,overlay,0,0

6interval,never
6pattern0,0,0,stop,1
6pattern1,3001,0,overlayfast,0,0

Both versions of the code function the same with no issue. I have also tried writing this in the New Definition, and it has the same result.
TagsNo tags attached.
Attach Tags

Activities

ponapalt

2021-03-01 11:11

administrator   ~0000255

2.4.91 FIXED

Issue History

Date Modified Username Field Change
2020-10-30 14:30 guest New Issue
2021-03-01 11:11 ponapalt Assigned To => ponapalt
2021-03-01 11:11 ponapalt Status new => closed
2021-03-01 11:11 ponapalt Resolution open => fixed
2021-03-01 11:11 ponapalt Fixed in Version => 2.4 (リリース)
2021-03-01 11:11 ponapalt Note Added: 0000255