소스 검색

World default group now have a name!

Fancy!
Godzil 4 년 전
부모
커밋
0f945b69cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/world.cpp

+ 1 - 1
source/world.cpp

@@ -22,7 +22,7 @@ extern "C" {
 
 #define MIN_ALLOC (2)
 
-World::World() : lightCount(0)
+World::World() : lightCount(0), worldGroup("World")
 {
     this->allocatedLightCount = MIN_ALLOC;
     this->lightList = (Light **)calloc(sizeof(Light *), MIN_ALLOC);