diff --git a/BUILD.md b/BUILD.md index ced9679..3315c8e 100644 --- a/BUILD.md +++ b/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 \ No newline at end of file +\* 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 \ No newline at end of file diff --git a/core/src/rendering/defaultmeshes.cpp b/core/src/rendering/defaultmeshes.cpp index 78f7285..a9cbae1 100644 --- a/core/src/rendering/defaultmeshes.cpp +++ b/core/src/rendering/defaultmeshes.cpp @@ -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,