Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): corrects typo in project documentation #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/SourceCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Grenade module handles the creation and updating of grenades. Grenades are updat
HitCollision module handles hit collision of all objects that are capable of receiving damage within the game.
The server stores position and rotation of moving colliders so that they can be "rolled back". This allows rollingback the collider to any given tick before collision tests have been performed.
This is used for server side lag compensation.
HitCollision for characters can be setup in a seperate prefab so that it can be shared between the server and client prefabs.
HitCollision for characters can be setup in a separate prefab so that it can be shared between the server and client prefabs.

*RaySphereQueryReciever* can be used to queue collision queries. It first processes a raytest against the environment and then sphere casts against the hit collision.

Expand Down