You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
C#: Upgrade TFM for net472 and some netstandard2.0 projects
This commit is contained in:
@@ -129,7 +129,7 @@ namespace GodotTools.OpenVisualStudio
|
||||
{
|
||||
var mainWindow = dte.MainWindow;
|
||||
mainWindow.Activate();
|
||||
SetForegroundWindow(new IntPtr(mainWindow.HWnd));
|
||||
SetForegroundWindow(mainWindow.HWnd);
|
||||
|
||||
MessageFilter.Revoke();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user