diff options
Diffstat (limited to 'thirdparty/libwebp/src/enc/quant_enc.c')
-rw-r--r-- | thirdparty/libwebp/src/enc/quant_enc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/libwebp/src/enc/quant_enc.c b/thirdparty/libwebp/src/enc/quant_enc.c index 8f9a3c8668..583f00e2a1 100644 --- a/thirdparty/libwebp/src/enc/quant_enc.c +++ b/thirdparty/libwebp/src/enc/quant_enc.c @@ -556,10 +556,10 @@ static void AddScore(VP8ModeScore* WEBP_RESTRICT const dst, //------------------------------------------------------------------------------ // Performs trellis-optimized quantization. -// -- GODOT start -- -// Prevents Visual Studio debugger from using this Node struct in place of the Godot Node class. +// -- REDOT start -- +// Prevents Visual Studio debugger from using this Node struct in place of the Redot Node class. #define Node Node_libwebp_quant -// -- GODOT end -- +// -- REDOT end -- // Trellis node typedef struct { |