Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b20bbd48
Commit
b20bbd48
authored
Sep 02, 2015
by
Viktor Lidholt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1014 from vlidholt/master
Fixes issue in sprite constraint
parents
02ebc4fa
ffd3a1b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
constraint.dart
packages/flutter_sprites/lib/constraint.dart
+5
-0
No files found.
packages/flutter_sprites/lib/constraint.dart
View file @
b20bbd48
...
...
@@ -53,6 +53,11 @@ class ConstraintRotationToNode extends Constraint {
void
constrain
(
Node
node
,
double
dt
)
{
Offset
offset
;
if
(
targetNode
.
spriteBox
!=
node
.
spriteBox
)
{
// The target node is in another sprite box or has been removed
return
;
}
if
(
targetNode
.
parent
==
node
.
parent
)
{
offset
=
targetNode
.
position
-
node
.
position
;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment