Changeset - r23826:455a906e218d
[Not reviewed]
master
0 1 0
glx22 - 5 years ago 2019-09-14 14:52:35
glx22@users.noreply.github.com
Fix: inconsistent description for 32bpp-sse4-anim blitter (#7740)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_anim_sse4.hpp
Show inline comments
 
@@ -46,7 +46,7 @@ public:
 
/** Factory for the SSE4 32 bpp blitter (with palette animation). */
 
class FBlitter_32bppSSE4_Anim: public BlitterFactory {
 
public:
 
	FBlitter_32bppSSE4_Anim() : BlitterFactory("32bpp-sse4-anim", "SSE4 Blitter (palette animation)", HasCPUIDFlag(1, 2, 19)) {}
 
	FBlitter_32bppSSE4_Anim() : BlitterFactory("32bpp-sse4-anim", "32bpp SSE4 Blitter (palette animation)", HasCPUIDFlag(1, 2, 19)) {}
 
	Blitter *CreateInstance() override { return new Blitter_32bppSSE4_Anim(); }
 
};
 

	
0 comments (0 inline, 0 general)