mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #40 from ff-meli/master
Fix: pull in ImGuiScene update to fix custom unicode typed text being automatically processed and broken by win32
This commit is contained in:
commit
777f3b3283
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ namespace Dalamud.Game.Network {
|
|||
var notifyType = data[16];
|
||||
var contentFinderConditionId = BitConverter.ToUInt16(data, 36);
|
||||
|
||||
if (notifyType != 3 || contentFinderConditionId == 0)
|
||||
if (notifyType != 3)
|
||||
return;
|
||||
|
||||
var contentFinderCondition = this.dalamud.Data.GetExcelSheet<ContentFinderCondition>().GetRow(contentFinderConditionId);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8259c373c0b08ace2651445acf1edd03dddf71fd
|
||||
Subproject commit 9687dbf41f89aa5cff5b2b179fc9e238260c9509
|
||||
Loading…
Add table
Add a link
Reference in a new issue