Merge remote-tracking branch 'gzdoom/master' into merge-gzdoom
This commit is contained in:
commit
e75e5a387b
600 changed files with 40006 additions and 59374 deletions
|
|
@ -948,6 +948,10 @@ static void ParseModelDefLump(int Lump)
|
|||
{
|
||||
smf.flags |= MDL_CORRECTPIXELSTRETCH;
|
||||
}
|
||||
else if (sc.Compare("forcecullbackfaces"))
|
||||
{
|
||||
smf.flags |= MDL_FORCECULLBACKFACES;
|
||||
}
|
||||
else
|
||||
{
|
||||
sc.ScriptMessage("Unrecognized string \"%s\"", sc.String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue