From 295a5b6658b8202399a4940c207bd56f51bbcec9 Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 29 Aug 2024 15:33:50 +0200 Subject: Fix chat preview overlapping with chat open --- client/menu/chat/chat_preview.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'client/menu/chat') diff --git a/client/menu/chat/chat_preview.gd b/client/menu/chat/chat_preview.gd index 189ca89b..934af0b2 100644 --- a/client/menu/chat/chat_preview.gd +++ b/client/menu/chat/chat_preview.gd @@ -14,6 +14,7 @@ # along with this program. If not, see . # extends Control +class_name ChatPreview const CHAT_MESSAGE_SCENE = preload("res://menu/chat/chat_message.tscn") -- cgit v1.3