REVIEWED: Examples to new enum values
This commit is contained in:
parent
c8ed231eca
commit
af3926af4b
3 changed files with 3 additions and 7 deletions
|
@ -27,7 +27,7 @@ int main(int argc, char **argv)
|
|||
|
||||
// NOTE: Textures MUST be loaded after Window initialization (OpenGL context is required)
|
||||
Texture texPattern = LoadTexture("resources/patterns.png");
|
||||
SetTextureFilter(texPattern, FILTER_TRILINEAR); // Makes the texture smoother when upscaled
|
||||
SetTextureFilter(texPattern, TEXTURE_FILTER_TRILINEAR); // Makes the texture smoother when upscaled
|
||||
|
||||
// Coordinates for all patterns inside the texture
|
||||
const Rectangle recPattern[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue