Fix warning when building without draco support

This commit is contained in:
Nyall Dawson
2023-09-03 09:04:56 +10:00
parent 9977c05b4b
commit 2aad0ce782

View File

@@ -5059,6 +5059,7 @@ static bool ParsePrimitive(Primitive *primitive, Model *model,
#else
(void)model;
(void)warn;
(void)strictness;
#endif
return true;