Skip to content

Commit

Permalink
LwjglAssetKey: publicize the defaultFlags constant
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 28, 2024
1 parent 5e84228 commit c41b631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class LwjglAssetKey extends ModelKey {
/**
* default post-processing options
*/
final private static int defaultFlags
final public static int defaultFlags
= Assimp.aiProcess_CalcTangentSpace
| Assimp.aiProcess_JoinIdenticalVertices
| Assimp.aiProcess_Triangulate
Expand Down

0 comments on commit c41b631

Please sign in to comment.