mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
pack for less waste
This commit is contained in:
parent
fbce6234fe
commit
4a336c7a1a
1 changed files with 3 additions and 3 deletions
6
vendor/librw/src/dc/rwdc.cpp
vendored
6
vendor/librw/src/dc/rwdc.cpp
vendored
|
@ -665,6 +665,9 @@ static_assert(sizeof(skin_context_t) == sizeof(Matrix));
|
|||
struct atomic_context_t {
|
||||
atomic_context_t() { }
|
||||
|
||||
matrix_t mtx;
|
||||
UniformObject uniform;
|
||||
|
||||
skin_context_t* skinContextPointer;
|
||||
Atomic* atomic;
|
||||
Geometry* geo;
|
||||
|
@ -672,9 +675,6 @@ struct atomic_context_t {
|
|||
|
||||
bool global_needsNoClip;
|
||||
bool skinMatrix0Identity;
|
||||
|
||||
matrix_t mtx;
|
||||
UniformObject uniform;
|
||||
};
|
||||
/* END Ligting Structs and Defines */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue