From 96caba75e8dfbb879eff12cbe1a4c148a259f684 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 21 Mar 2023 15:44:21 -0700 Subject: Add texture tri-linear autodiff example. (#2715) * Add quad texture example. * delete output image * remove irrelavent files * update project files * fix * Update example. * Fix. * remove out-texture --------- Co-authored-by: Yong He --- tools/platform/windows/win-window.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/platform') diff --git a/tools/platform/windows/win-window.cpp b/tools/platform/windows/win-window.cpp index 5e8c8524f..f0217e04c 100644 --- a/tools/platform/windows/win-window.cpp +++ b/tools/platform/windows/win-window.cpp @@ -342,7 +342,6 @@ public: NULL, // menu instance, NULL); - if (handle) Win32AppContext::windows[handle] = this; } -- cgit v1.2.3