Skip to content
Snippets Groups Projects
Commit c67fb568 authored by Eun Jegal's avatar Eun Jegal
Browse files

Lab10 Fix Description

parent 99f13dba
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,8 @@ class BubblePositionViewModel( ...@@ -82,8 +82,8 @@ class BubblePositionViewModel(
// ToDo: // ToDo:
// Apply decay // Apply decay
// Two lines of code needed // Two lines of code needed
// - If the absolute value of dx is 0.0 or less, multiply DECAY value to dx // - If the absolute value of dx is greater than or equal to 0.0, multiply DECAY value to dx
// - If the absolute value of dy is 0.0 or less, multiply DECAY value to dy // - If the absolute value of dy is greater than or equal to 0.0, multiply DECAY value to dy
// ToDo: // ToDo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment