Remove comment

This commit is contained in:
smallmodel 2024-09-08 18:25:10 +02:00
parent 47830bb330
commit 7a7849ae83
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -360,8 +360,6 @@ float CM_ObfuscationTraceThroughTree( traceWork_t *tw, int num, float p1f, float
int side;
float midf;
// FIXME: unimplemented
// if < 0, we are in a leaf node
if (num < 0) {
return CM_ObfuscationTraceToLeaf( tw, &cm.leafs[-1-num] );