mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-15 09:16:08 +07:00
Fix code for VS
This commit is contained in:
@@ -68,7 +68,7 @@ namespace IsoTools {
|
||||
}
|
||||
|
||||
public bool Raycast(Ray ray, out IsoRaycastHit iso_hit_info, float max_distance) {
|
||||
RaycastHit hit_info;
|
||||
var hit_info = new RaycastHit();
|
||||
var result = realCollider
|
||||
? realCollider.Raycast(ray, out hit_info, max_distance)
|
||||
: false;
|
||||
|
||||
Reference in New Issue
Block a user