Skip to content

Commit

Permalink
4.22 update
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Apr 2, 2019
1 parent 0352bff commit 2040d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BLUI.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"FileVersion": 3,
"FriendlyName": "BLUI",
"Version": 3,
"VersionName": "3.3.1",
"VersionName": "3.4.0",
"Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4",
"Category": "UI",
"CreatedBy": "Aaron M. Shea & Contributors",
Expand Down
5 changes: 2 additions & 3 deletions Source/Blu/Private/BluEye.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ void UBluEye::TextureUpdate(const void *buffer, FUpdateTextureRegion2D *updateRe
RegionData->Regions = updateRegions;


ENQUEUE_UNIQUE_RENDER_COMMAND_ONEPARAMETER(
void,
FUpdateTextureRegionsData*, RegionData, RegionData,
ENQUEUE_RENDER_COMMAND(UpdateBLUICommand)(
[RegionData](FRHICommandList& CommandList)
{
for (uint32 RegionIndex = 0; RegionIndex < RegionData->NumRegions; RegionIndex++)
{
Expand Down

0 comments on commit 2040d8c

Please sign in to comment.