Skip to content

Commit

Permalink
Bump material version to 56 (#8281)
Browse files Browse the repository at this point in the history
Fix the material version correctly.
  • Loading branch information
z3moon authored Nov 19, 2024
1 parent 43b9c06 commit b587028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/filabridge/include/filament/MaterialEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
namespace filament {

// update this when a new version of filament wouldn't work with older materials
static constexpr size_t MATERIAL_VERSION = 55;
static constexpr size_t MATERIAL_VERSION = 56;

/**
* Supported shading models
Expand Down

0 comments on commit b587028

Please sign in to comment.