- changed all model related references to level.
This commit is contained in:
parent
8652f140f2
commit
473892dede
7 changed files with 19 additions and 18 deletions
|
|
@ -383,9 +383,9 @@ int FVoxelModel::FindFrame(const char * name)
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
float FVoxelModel::getAspectFactor()
|
||||
float FVoxelModel::getAspectFactor(FLevelLocals *Level)
|
||||
{
|
||||
return level.info->pixelstretch;
|
||||
return Level->info->pixelstretch;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue