Skip to content

Commit

Permalink
Template comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanedds committed Sep 29, 2024
1 parent cdb0a88 commit 424bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nu/Nu.Template.ImNui.Game/Gameplay.fs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type GameplayDispatcher () =
// here we define the behavior of our gameplay
override this.Run (gameplay, _, world) =

// declare scene group when selected
// declare scene group
let world = World.beginGroupFromFile "Scene" "Assets/Gameplay/Scene.nugroup" [] world
let rotation = Quaternion.CreateFromAxisAngle ((v3 1.0f 0.75f 0.5f).Normalized, world.UpdateTime % 360L |> single |> Math.DegreesToRadians)
let world = World.doStaticModel "StaticModel" [Entity.Position .= v3 0.0f 0.0f -2.0f; Entity.Rotation @= rotation] world
Expand Down

0 comments on commit 424bb7a

Please sign in to comment.