mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 14:58:58 +08:00
draco js: Fix omitted update of ERROR -> DRACO_ERROR
This commit is contained in:
parent
935f182bb3
commit
092426caa6
@ -8,7 +8,7 @@ interface DecoderBuffer {
|
||||
|
||||
enum draco_StatusCode {
|
||||
"draco_Status::OK",
|
||||
"draco_Status::ERROR",
|
||||
"draco_Status::DRACO_ERROR",
|
||||
"draco_Status::IO_ERROR",
|
||||
"draco_Status::INVALID_PARAMETER",
|
||||
"draco_Status::UNSUPPORTED_VERSION",
|
||||
|
@ -97,7 +97,7 @@ interface Metadata {
|
||||
|
||||
enum draco_StatusCode {
|
||||
"draco_Status::OK",
|
||||
"draco_Status::ERROR",
|
||||
"draco_Status::DRACO_ERROR",
|
||||
"draco_Status::IO_ERROR",
|
||||
"draco_Status::INVALID_PARAMETER",
|
||||
"draco_Status::UNSUPPORTED_VERSION",
|
||||
|
Loading…
x
Reference in New Issue
Block a user