mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- made the floating point truncation warning a debug message because I can see this becoming more a hassle than an asset.
This commit is contained in:
parent
77a99890cf
commit
e559109419
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ FxExpression *FxIntCast::Resolve(FCompileContext &ctx)
|
|||
}
|
||||
else if (!NoWarn)
|
||||
{
|
||||
ScriptPosition.Message(MSG_WARNING, "Truncation of floating point value");
|
||||
ScriptPosition.Message(MSG_DEBUGWARN, "Truncation of floating point value");
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Reference in a new issue