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
No known key found for this signature in database
GPG Key ID: D853AA00D2F6AFD0

View File

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