draco js: Fix omitted update of ERROR -> DRACO_ERROR

This commit is contained in:
Tom Finegan 2019-08-27 10:49:00 -07:00
parent 935f182bb3
commit 092426caa6
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",