Skip to content

Commit

Permalink
Cleared undesired TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanedds committed Mar 27, 2024
1 parent 2982bd6 commit 0b63f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nu/Nu/World/WorldModuleEntity.fs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ module WorldModuleEntity =
let world =
if rotationChanged then
let world = World.publishEntityChange (nameof transformNew.Rotation) transformOld.Rotation transformNew.Rotation publishChangeEvents entity world
let world = World.publishEntityChange (nameof transformNew.Angles) () () publishChangeEvents entity world // TODO: see if it would be expensive to pass Angles values here.
let world = World.publishEntityChange (nameof transformNew.Degrees) () () publishChangeEvents entity world // TODO: see if it would be expensive to pass Degrees values here.
let world = World.publishEntityChange (nameof transformNew.Angles) () () publishChangeEvents entity world
let world = World.publishEntityChange (nameof transformNew.Degrees) () () publishChangeEvents entity world
world
else world
let world =
Expand Down

0 comments on commit 0b63f40

Please sign in to comment.