mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
unused variable
This commit is contained in:
parent
e13d8f7518
commit
de8da3d285
@ -402,7 +402,7 @@ do_transmit_data(const DataNodeTransmit &input, DataNodeTransmit &output) {
|
|||||||
double x = 0.0f;
|
double x = 0.0f;
|
||||||
double y = 0.0f;
|
double y = 0.0f;
|
||||||
|
|
||||||
bool got_mouse = false;
|
//bool got_mouse = false;
|
||||||
|
|
||||||
if (required_buttons_match && input.has_data(_xy_input)) {
|
if (required_buttons_match && input.has_data(_xy_input)) {
|
||||||
const EventStoreVec2 *xy;
|
const EventStoreVec2 *xy;
|
||||||
@ -411,7 +411,7 @@ do_transmit_data(const DataNodeTransmit &input, DataNodeTransmit &output) {
|
|||||||
x = p[0];
|
x = p[0];
|
||||||
y = p[1];
|
y = p[1];
|
||||||
|
|
||||||
got_mouse = true;
|
//got_mouse = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Look for keyboard events.
|
// Look for keyboard events.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user