Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nbayazes/Inferno
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayazes committed Apr 9, 2024
2 parents 897ea93 + f2d9b56 commit 5af9c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Inferno/Editor/Editor.Clipboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Editor.Object.h"
#include "Editor.Segment.h"
#include "Editor.Wall.h"
#include "Graphics/Render.h"

namespace Inferno::Editor {
struct SideClipboardData {
Expand Down Expand Up @@ -142,6 +143,9 @@ namespace Inferno::Editor {
else {
side.Wall = WallID::None;
}

Render::LoadTextureDynamic(side.TMap);
Render::LoadTextureDynamic(side.TMap2);
}

if (Settings::Editor.PasteSegmentSpecial) {
Expand Down

0 comments on commit 5af9c0e

Please sign in to comment.