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
68be30e0
Commit
68be30e0
authored
9 years ago
by
Viktor Lidholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes debug printouts in sprite physics
parent
37086673
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
test_physics.dart
examples/game/test_physics.dart
+0
-1
node.dart
packages/flutter_sprites/lib/src/node.dart
+1
-1
No files found.
examples/game/test_physics.dart
View file @
68be30e0
...
...
@@ -85,7 +85,6 @@ class TestBed extends NodeWithSize {
}
void
myCallback
(
PhysicsContactType
type
,
PhysicsContact
contact
)
{
print
(
"CONTACT type:
$type
"
);
}
bool
handleEvent
(
SpriteBoxEvent
event
)
{
...
...
This diff is collapsed.
Click to expand it.
packages/flutter_sprites/lib/src/node.dart
View file @
68be30e0
...
...
@@ -155,7 +155,7 @@ class Node {
return
_physicsWorld
(
parent
.
parent
);
}
else
{
print
(
"physics not found"
);
assert
(
false
);
return
null
;
}
}
...
...
This diff is collapsed.
Click to expand it.
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