mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-31 00:51:37 +00:00
GZDB native 64-bit binary support (PR#197 by StrikerMan780)
This commit is contained in:
parent
0a5a2e81e0
commit
0b14bdeec1
53 changed files with 67149 additions and 112 deletions
|
@ -241,7 +241,7 @@ namespace CodeImp.DoomBuilder.Data
|
|||
|
||||
// Notify the main thread about the change so that sectors can update their buffers
|
||||
IntPtr strptr = Marshal.StringToCoTaskMemAuto(this.name);
|
||||
General.SendMessage(General.MainWindow.Handle, (int)MainForm.ThreadMessages.ImageDataLoaded, strptr.ToInt32(), 0);
|
||||
General.SendMessage(General.MainWindow.Handle, (int)MainForm.ThreadMessages.ImageDataLoaded, strptr, IntPtr.Zero);
|
||||
}
|
||||
|
||||
// This requests loading the image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue