mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-07 22:10:59 +01:00
Merge pull request #25 from eltociear/patch-1
ResourceManager: Fix typo
This commit is contained in:
commit
c9481d214d
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves a color or depth/stencil target from the given area, similar
|
* Retrieves a color or depth/stencil target from the given area, similar
|
||||||
* to PrepareRenderTarget, with less strict critera for reusing existing
|
* to PrepareRenderTarget, with less strict criteria for reusing existing
|
||||||
* resources than the latter.
|
* resources than the latter.
|
||||||
*
|
*
|
||||||
* This functions returns an existing render target if the general image
|
* This functions returns an existing render target if the general image
|
||||||
|
|
Loading…
Reference in a new issue