diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-09-14 10:48:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 00:48:38 -0700 |
| commit | f2ac35d73896f8419319a67ab464b209c2e06b9b (patch) | |
| tree | 8d734684db24dcd78385965d92729ca1a8475ab3 /libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp | |
| parent | ee0c0f12acc4c9c6cc63d3c0c943a3b691c5d742 (diff) | |
J3DModelLoaderCalcSize + J2DScreen work (#2198)
* All literals functions in J2DScreen were matched
* Import J3DModelLoaderCalcSize work
* d_a_obj_rfHole OK
* Minor fixes for daVrbox2
Diffstat (limited to 'libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp b/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp index df18b83891..06d20148a8 100644 --- a/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp +++ b/libs/JSystem/J3DGraphLoader/J3DModelLoader.cpp @@ -3,6 +3,8 @@ // Translation Unit: J3DModelLoader // +#define NON_VIRTUAL_J3DModelLoader + #include "JSystem/J3DGraphLoader/J3DModelLoader.h" #include "JSystem/J3DGraphLoader/J3DJointFactory.h" #include "JSystem/J3DGraphLoader/J3DMaterialFactory.h" |
