mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 17:35:43 +00:00
Cleanup & refactoring
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
|
||||
ENodeType NodeType()
|
||||
{
|
||||
return eRootNode;
|
||||
return ENodeType::Root;
|
||||
}
|
||||
|
||||
inline void RayAABoxIntersectTest(CRayCollisionTester&, const SViewInfo&) {}
|
||||
|
||||
Reference in New Issue
Block a user