|
|
|
|
|
by nuclearnice1
1763 days ago
|
|
I assume the Scene class is called into from some other part of the engine. So, your code needs to at least enter via those functions and return the right value / have the required side effects. There are probably other methods defining the scene interface defined in the base class definition. |
|