mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge pull request #476 from tt2468/patch-2
[Bug Fix] Fix FreeType2 source type recognition
This commit is contained in:
commit
8c5c6958cf
@ -15,7 +15,7 @@ bool isTextGDIPlusSource(const QString& sourceKind)
|
||||
|
||||
bool isTextFreeType2Source(const QString& sourceKind)
|
||||
{
|
||||
return (sourceKind == "text_ft2" || sourceKind == "text_ft2_v2");
|
||||
return (sourceKind == "text_ft2_source" || sourceKind == "text_ft2_source_v2");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user