mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-08 21:50:52 +02:00
pack for less waste
This commit is contained in:
committed by
Stefanos Kornilios Mitsis Poiitidis
parent
fbce6234fe
commit
4a336c7a1a
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 */
|
||||
|
||||
|
Reference in New Issue
Block a user