chore: added notice and disabled warnings for file
This commit is contained in:
parent
7a1a42788e
commit
c412546209
2 changed files with 5 additions and 1 deletions
4
BUILD.md
4
BUILD.md
|
@ -46,4 +46,6 @@ The compiled binaries should then be placed in `./build/bin/` and should be read
|
|||
|
||||
If any of the compilation steps fail, or the binaries fail to execute, please create an issue so that this can be corrected.
|
||||
|
||||
\* Release mode is necessary as debug mode copies DLLs that are not linked to the output binary
|
||||
\* Release mode is necessary as debug mode copies DLLs that are not linked to the output binary
|
||||
|
||||
DEVELOPER NOTE: AKA Not for you. If you get CUSTOM COMMAND BUILD errors just keep rerunning build
|
|
@ -1,5 +1,7 @@
|
|||
#include "defaultmeshes.h"
|
||||
|
||||
#pragma warning( disable : 4305 )
|
||||
|
||||
static float CUBE_VERTICES[] = {
|
||||
// positions // normals // texture coords
|
||||
0.5, -0.5, -0.5, -0.0, -0.0, -1.0, 1.0, 0.0,
|
||||
|
|
Loading…
Add table
Reference in a new issue