This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
lolengine
/
lol
огледало од
https://github.com/lolengine/lol
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Fix compilation of sprite sample.
legacy
Sam Hocevar
пре 8 година
родитељ
1db2c5ca0f
комит
845d3878ff
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/tutorial/06_sprite.cpp
+ 1
- 1
doc/tutorial/06_sprite.cpp
Прегледај датотеку
@@ -81,7 +81,7 @@ public:
int frame = (int)(m_sprites[i].m2 * FRAME_COUNT);
// m_sprites[i].m1.z = frame;
scene.AddTile(m_tileset, frame,
m_sprites[i].m1,
0,
vec2(2.f), 0.f);
m_sprites[i].m1, vec2(2.f), 0.f);
}
}
Write
Preview
Loading…
Откажи
Сачувај