mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-16 08:27:01 +00:00
Feature additions and improvements for pick mode and the POI -> World editor
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
inline void RayAABoxIntersectTest(CRayCollisionTester&, const SViewInfo&) {}
|
||||
|
||||
inline SRayIntersection RayNodeIntersectTest(const CRay &, u32, const SViewInfo&) {
|
||||
return SRayIntersection(false, 0.f, nullptr, 0);
|
||||
return SRayIntersection();
|
||||
}
|
||||
|
||||
inline void DrawSelection() {}
|
||||
|
||||
Reference in New Issue
Block a user