Skip to content

Commit ea8cd36

Browse files
committed
Optimize comment
1 parent 21bd422 commit ea8cd36

File tree

2 files changed

+4
-4
lines changed
  • GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2
  • Generals/Code/Libraries/Source/WWVegas/WW3D2

2 files changed

+4
-4
lines changed

Generals/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ class RenderObjIterator : public AssetIterator
174174
175175
-------------------------------------------------------------------------------------
176176
TheSuperHackers @fix xezon 08/11/2025
177-
The Asset Manager will now return null when it cannot create a valid font with the
178-
given inputs. This way the user knows that the requested font is unusable.
177+
The Asset Manager will now return null when it cannot find or create a valid font
178+
with the given inputs. This way the user knows that the requested font is unusable.
179179
*/
180180

181181

GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/assetmgr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ class RenderObjIterator : public AssetIterator
174174
175175
-------------------------------------------------------------------------------------
176176
TheSuperHackers @fix xezon 08/11/2025
177-
The Asset Manager will now return null when it cannot create a valid font with the
178-
given inputs. This way the user knows that the requested font is unusable.
177+
The Asset Manager will now return null when it cannot find or create a valid font
178+
with the given inputs. This way the user knows that the requested font is unusable.
179179
*/
180180

181181

0 commit comments

Comments
 (0)