Oops.
Former-commit-id: 81a0e9f5e6cf26ed18633cabbd916881ef6559f3
This commit is contained in:
parent
8a3c410d60
commit
b37ec10760
|
|
@ -225,11 +225,6 @@ int main()
|
||||||
bool smoothMovement = true;
|
bool smoothMovement = true;
|
||||||
NzVector3f targetPos = camera.GetPosition();
|
NzVector3f targetPos = camera.GetPosition();
|
||||||
|
|
||||||
NzTextSprite text;
|
|
||||||
text.SetParent(scene);
|
|
||||||
text.Update(NzSimpleTextDrawer::Draw("Hello world !", 72));
|
|
||||||
text.Scale(0.1f);
|
|
||||||
|
|
||||||
// Début de la boucle de rendu du programme
|
// Début de la boucle de rendu du programme
|
||||||
while (window.IsOpen())
|
while (window.IsOpen())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue