mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-13 00:24:29 +00:00
Merge pull request #327 from ensiform/misc_model_breakable
Adds misc_model_breakable entity rendering support for Jedi Academy.
This commit is contained in:
commit
c95be76a74
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ static const char *model_classnames[] =
|
||||||
{
|
{
|
||||||
"misc_model",
|
"misc_model",
|
||||||
"misc_model_static",
|
"misc_model_static",
|
||||||
|
"misc_model_breakable",
|
||||||
"misc_gamemodel",
|
"misc_gamemodel",
|
||||||
"model_static",
|
"model_static",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue