diff --git a/README.md b/README.md index c7bae46..50ec277 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ features - Very **fast, small and efficient**. - Uses **only integer math** (32bit). The tiny version should only require 16bit, but isn't completed. - **No dependencies** (uses only stdint standard library), extremely portable. -- **Single header**, KISS. +- **Single header**, KISS, suckless. - Advanced rendering of **variable height floor and ceiling**. - **Textured walls and floor**. - **Depth information** (e.g. for fog or z-buffer rendering). diff --git a/raycastlib.h b/raycastlib.h index 836a0a8..4cee8d9 100644 --- a/raycastlib.h +++ b/raycastlib.h @@ -104,7 +104,7 @@ #endif #ifndef RCL_COMPUTE_CEILING_DEPTH -#define RCL_COMPUTE_CEILING_DEPTH 1 /**< AS RCL_COMPUTE_FLOOR_DEPTH but for +#define RCL_COMPUTE_CEILING_DEPTH 1 /**< As RCL_COMPUTE_FLOOR_DEPTH but for ceiling. */ #endif