mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
Replaced macros with C++17 attributes.
This commit is contained in:
@@ -653,7 +653,7 @@ void parseObj(char* _data, uint32_t _size, Mesh* _mesh, bool _hasBc)
|
||||
{
|
||||
case 4:
|
||||
bx::fromString(&texcoord.z, argv[3]);
|
||||
BX_FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
|
||||
case 3:
|
||||
bx::fromString(&texcoord.y, argv[2]);
|
||||
|
||||
Reference in New Issue
Block a user