Add Mac screen utilities, and removed an unneeded log.
This commit is contained in:
@@ -223,7 +223,6 @@ namespace FlaxEditor.GUI.Dialogs
|
||||
|
||||
private void ColorPicked(Color32 colorPicked)
|
||||
{
|
||||
Editor.LogWarning("Ok???");
|
||||
_activeEyedropper = false;
|
||||
SelectedColor = colorPicked;
|
||||
ScreenUtilities.PickColorDone -= ColorPicked;
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#if PLATFORM_MAC
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user