16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

build 170507. vs2015 compliance

This commit is contained in:
tmj-fstate
2017-05-07 15:30:28 +02:00
parent fc2fc3e27c
commit 3203ad1f6c
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ private:
// members:
GLuint m_fontbase{ -1 }; // numer DL dla znaków w napisach
GLuint m_fontbase{ (GLuint)-1 }; // numer DL dla znaków w napisach
float m_progress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.
float m_subtaskprogress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.
texture_manager::size_type m_background; // path to texture used as the background. size depends on mAspect.