Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
MAC_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2021-05-01 05:09:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2555eaf53e00b5388f43a160cce39c569c2410c9
2555eaf5
1 parent
b3d40819
브러쉬 단위 프레임 증가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
gif-generator/src/components/Brush.js
gif-generator/src/components/Brush.js
View file @
2555eaf
...
...
@@ -29,7 +29,7 @@ class Brush extends ComponentInterface {
}
next
()
{
return
this
.
addState
(
1
0
);
return
this
.
addState
(
3
0
);
}
}
...
...
Please
register
or
login
to post a comment