From b37ec10760911f01c60dbced98d4c30c314cc8b8 Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 22 Jan 2015 23:45:32 +0100 Subject: [PATCH] Oops. Former-commit-id: 81a0e9f5e6cf26ed18633cabbd916881ef6559f3 --- examples/FirstScene/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/FirstScene/main.cpp b/examples/FirstScene/main.cpp index 45395cec9..62a4425c8 100644 --- a/examples/FirstScene/main.cpp +++ b/examples/FirstScene/main.cpp @@ -225,11 +225,6 @@ int main() bool smoothMovement = true; 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 while (window.IsOpen()) {