mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-13 22:22:05 +00:00
Deleted outdated comment
This commit is contained in:
parent
83042a8223
commit
177212f98c
1 changed files with 0 additions and 3 deletions
|
@ -555,9 +555,6 @@ void idImage::ActuallyLoadImage( bool fromBackEnd, nvrhi::ICommandList* commandL
|
|||
// RB: the following does not load the source images from disk because pic is NULL
|
||||
// but it tries to get the timestamp to see if we have a newer file than the one in the compressed .bimage
|
||||
|
||||
// TODO also check for alternative names like .png suffices or _rmao.png or even _rmaod.png files
|
||||
// to support the PBR code path
|
||||
|
||||
if( com_productionMode.GetInteger() != 0 )
|
||||
{
|
||||
sourceFileTime = FILE_NOT_FOUND_TIMESTAMP;
|
||||
|
|
Loading…
Reference in a new issue