1
This commit is contained in:
parent
1f6d62197b
commit
a4288cdb9b
@ -877,7 +877,10 @@ void MapInstance::LoadHouse()
|
||||
}
|
||||
}
|
||||
|
||||
bool MapInstance::SceneRaycast(const glm::vec3& orig, const glm::vec3& dir, float max_distance, glm::vec3& hit_pos)
|
||||
bool MapInstance::SceneRaycast(const glm::vec3& orig,
|
||||
const glm::vec3& dir,
|
||||
float max_distance,
|
||||
glm::vec3& hit_pos)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user