include paths normalized

This commit is contained in:
d1str4ught
2025-08-28 20:50:20 +02:00
parent f19cb2f118
commit a418f8616d
215 changed files with 400 additions and 430 deletions

View File

@@ -650,7 +650,7 @@ void SpherePackFactory::RayTrace(const Vector3d &p1,
mRoot->RayTrace(p1,dir,dist,this);
}
#include "../EterBase/Debug.h"
#include "EterBase/Debug.h"
void SpherePackFactory::RangeTest(const Vector3d &center,float radius,SpherePackCallback *callback)
{