summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2023-12-22 13:24:57 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-01-06 09:14:33 -0600
commit7a0639055206d342ad068704cd35c66651bd07c5 (patch)
tree00d25d4b9c1c7ba6b5e3f3bf8731ca9c897258ab /modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs
parent13a0d6e9b253654f5cc2a44f3d0b3cae10440443 (diff)
downloadredot-engine-7a0639055206d342ad068704cd35c66651bd07c5.tar.gz
C#: Upgrade TFM for `net472` and some `netstandard2.0` projects
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs')
-rw-r--r--modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs b/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs
index cc0deb6cc0..8e8eaa79b8 100644
--- a/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs
+++ b/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs
@@ -129,7 +129,7 @@ namespace GodotTools.OpenVisualStudio
{
var mainWindow = dte.MainWindow;
mainWindow.Activate();
- SetForegroundWindow(new IntPtr(mainWindow.HWnd));
+ SetForegroundWindow(mainWindow.HWnd);
MessageFilter.Revoke();
}