Преглед на файлове

Tutorial 11_fractal fixed

legacy
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> преди 9 години
родител
ревизия
da1c26728c
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. +3
    -3
      doc/tutorial/11_fractal.cpp

+ 3
- 3
doc/tutorial/11_fractal.cpp Целия файл

@@ -97,15 +97,15 @@ public:
}

#if !defined __native_client__
m_centertext = new Text(nullptr, "data/font/ascii.png");
m_centertext = new Text("", "data/font/ascii.png");
m_centertext->SetPos(vec3(5, (float)m_window_size.y - 15, 1));
Ticker::Ref(m_centertext);

m_mousetext = new Text(nullptr, "data/font/ascii.png");
m_mousetext = new Text("", "data/font/ascii.png");
m_mousetext->SetPos(vec3(5, (float)m_window_size.y - 29, 1));
Ticker::Ref(m_mousetext);

m_zoomtext = new Text(nullptr, "data/font/ascii.png");
m_zoomtext = new Text("", "data/font/ascii.png");
m_zoomtext->SetPos(vec3(5, (float)m_window_size.y - 43, 1));
Ticker::Ref(m_zoomtext);
#endif


Зареждане…
Отказ
Запис