Browse Source

Fix typo (#2696)

pull/2700/head
murilluhenrique 2 years ago
committed by GitHub
parent
commit
eaa0b9102b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/core/core_loading_thread.c

+ 1
- 1
examples/core/core_loading_thread.c View File

@ -1,6 +1,6 @@
/******************************************************************************************* /*******************************************************************************************
* *
* raylib [cpre] example - loading thread
* raylib [core] example - loading thread
* *
* NOTE: This example requires linking with pthreads library on MinGW, * NOTE: This example requires linking with pthreads library on MinGW,
* it can be accomplished passing -static parameter to compiler * it can be accomplished passing -static parameter to compiler

Loading…
Cancel
Save