Fix texture filtering (should all be nearest)

This commit is contained in:
Dane Johnson
2021-01-18 19:06:37 -06:00
parent 155b572aca
commit 22016f9d98
6 changed files with 10 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ PROJECT( Assimp VERSION 5.0.0 )
OPTION( BUILD_SHARED_LIBS
"Build package with shared libraries."
ON
OFF
)
OPTION( BUILD_FRAMEWORK