Kaynağa Gözat

No longer use DebugQuad() in the AndroidApp, we now know it works.

legacy
Sam Hocevar sam 14 yıl önce
ebeveyn
işleme
8ebf55fca8
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. +1
    -3
      src/androidapp.cpp

+ 1
- 3
src/androidapp.cpp Dosyayı Görüntüle

@@ -30,9 +30,7 @@ Java_org_zoy_LolEngine_LolRenderer_nativeInit(JNIEnv* env)
Ticker::Setup(10.0f);
Video::Setup(320, 200);

new DebugQuad();
new DebugQuad();
//new Interface();
new Interface();
new DebugFps(20, 20);
}



Yükleniyor…
İptal
Kaydet