mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Astyle after merge conflicts
This commit is contained in:
parent
37127cde0e
commit
636e64a1f4
1 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ idRenderModel* idRenderModelManagerLocal::GetModel( const char* _modelName, bool
|
|||
// determine which subclass of idRenderModel to initialize
|
||||
|
||||
idRenderModel* model = NULL;
|
||||
|
||||
|
||||
// HvG: GLTF 2 support
|
||||
if( isGLTF )
|
||||
{
|
||||
|
@ -679,7 +679,7 @@ void idRenderModelManagerLocal::ReloadModels( bool forceAll )
|
|||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
bool isGLTF = false;
|
||||
idStr filename = model->Name();
|
||||
idStr extension;
|
||||
|
|
Loading…
Reference in a new issue