mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +02:00
remove openglcolor.h from stdafx.h
This commit is contained in:
5
stdafx.h
5
stdafx.h
@@ -111,8 +111,7 @@ int const null_handle = 0;
|
||||
|
||||
#include "imgui/imgui.h"
|
||||
#define ImVec2S(a, b) ImVec2(a * Global.ui_scale, b * Global.ui_scale)
|
||||
#include "openglcolor.h"
|
||||
|
||||
#endif
|
||||
|
||||
#pragma warning( disable : 5033 ) // "register is no longer a supported storage class" but it's all over python headers
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user