Fix warning when building without draco support

This commit is contained in:
Nyall Dawson
2023-09-03 09:04:56 +10:00
parent 3d445cc65d
commit 5a7b8278cd

View File

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