mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
typo
This commit is contained in:
parent
c2a7fc8b1f
commit
be9798c601
@ -305,7 +305,7 @@ run_command_line(int argc, char *argv[]) {
|
|||||||
void Panda3D::
|
void Panda3D::
|
||||||
run_main_loop() {
|
run_main_loop() {
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if (window_type == P3D_WT_embedded) {
|
if (_window_type == P3D_WT_embedded) {
|
||||||
// Wait for new messages from Windows, and new requests from the
|
// Wait for new messages from Windows, and new requests from the
|
||||||
// plugin.
|
// plugin.
|
||||||
MSG msg;
|
MSG msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user